@aegenet/belt-crc32
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

npm version

@aegenet/belt-crc32

crc32

💾 Installation

yarn add @aegenet/belt-crc32@^1.4.0
# or
npm i @aegenet/belt-crc32@^1.4.0

📝 Usage

import { crc32 } from '@aegenet/belt-crc32';

crc32('hello'); // 0xf7d18982

crc32(''); // 0x00

crc32(undefined); // 0x00

crc32(null); // 0x00

Package Sidebar

Install

npm i @aegenet/belt-crc32

Weekly Downloads

2

Version

1.5.0

License

MIT

Unpacked Size

12.4 kB

Total Files

7

Last publish

Collaborators

  • agenet