This website works better with JavaScript
Gitinn
Home
Explore
Help
Register
Sign In
proginn
/
proginn-lib
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
c9762ffdd3
Branches
Tags
master
proginn-lib
/
dist
/
hash
/
crc32.d.ts
crc32.d.ts
67 B
History
Raw
1
2
declare function crc32(str: string): string;
export default crc32;