Files
powerpoint-toolbox/node_modules/@jsonjoy.com/util/lib/buffers/utf8/decodeUtf8/v18.d.ts
T
2025-03-07 19:22:02 +01:00

3 lines
109 B
TypeScript

declare const _default: (buf: Uint8Array, start: number, length: number) => string;
export default _default;