crc32.d.ts 67 B

12
  1. declare function crc32(str: string): string;
  2. export default crc32;