1.2.0 • Published 7 years ago

string-fingerprint v1.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

string-fingerprint

Creates a string fringerprint

CircleCI

Install

$ npm install string-fingerprint

Usage

const toFingerprint = require('./');

const str = 'áé';
const strFingerprint = toFingerprint(str);

console.log(strFingerprint);
/* ae */

Related

License

MIT © Dominik Lessel

1.2.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago