Files
starface-outlook-sync-addin/node_modules/@jsonjoy.com/buffers/lib/utf8/decodeAscii.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

4 lines
288 B
TypeScript

/** This code was borrowed form cbor-x under the MIT license. */
export declare const decodeAscii: (src: Uint8Array, position: number, length: number) => string | undefined;
export declare const decodeAsciiMax15: (src: Uint8Array, position: number, length: number) => string | undefined;