packages/web-ide-fs/test-utils/fs/stringToBuffer.ts (
1
lines of code) (
raw
):
export const stringToBuffer = (str: string): Buffer => Buffer.from(str, 'utf-8');