/home/techb158/trello.abdallabala.com/node_modules/uuid/dist
Edit: /home/techb158/trello.abdallabala.com/node_modules/uuid/dist/stringify.d.ts (179B)
export declare function unsafeStringify(arr: Uint8Array, offset?: number): string;
declare function stringify(arr: Uint8Array, offset?: number): string;
export default stringify;