Files
bun.sh/src/bake/shared.ts

3 lines
106 B
TypeScript

export const td = /* #__PURE__ */ new TextDecoder();
export const te = /* #__PURE__ */ new TextEncoder();