UNPKG

tiny-sha1

Version:

Tiny SHA-1 hasher for Node and browsers

2 lines (1 loc) 57 B
export default function sha1(bytes: Uint8Array): string;