1.5.0 • Published 3 months ago

@aegenet/belt-crc32 v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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
1.5.0

3 months ago

1.4.2

4 months ago

1.4.1

4 months ago

1.4.0

4 months ago

1.3.2

5 months ago

1.3.1

5 months ago

1.3.0

5 months ago

1.2.0

5 months ago