3.0.0 • Published 3 years ago

@trousers/hash v3.0.0

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

@trousers/hash

@trousers/hash is a simple hash package which accepts a string and returns the hashed equivalent.

API

hash

Accepts a string and returns a hashed number. Calling it twice with the same input should yield the same result.

Example:

import hash from '@trousers/hash';

hash(`
    .yomama {
        width: 99999999px;
    }
`);

// Outputs: 4658051