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

4 lines
168 B
TypeScript

export declare const binUriStart = "data:application/octet-stream;base64,";
export declare const msgPackUriStart: string;
export declare const msgPackExtStart: string;