spotify/server/node_modules/uuid/dist/sha1.d.ts
2025-10-16 13:07:44 +02:00

3 lines
75 B
TypeScript

declare function sha1(bytes: Uint8Array): Uint8Array;
export default sha1;