mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 15:08:15 +08:00
3 lines
75 B
TypeScript
3 lines
75 B
TypeScript
declare function sha1(bytes: Uint8Array): Uint8Array;
|
|
export default sha1;
|