@trenskow/identify
v0.1.1
Published
A very small library for converting strings in to ascii-only identifiers.
Downloads
16
Readme
@trenskow/identify
A very small library for converting strings in to ascii-only identifiers.
Usage
Use the library as the example below.
import identify from '@trenskow/identify';
const myIdentifier = identify('This is my identifer, that I need to use.');
// 'this-is-my-identifer--that-I-need-to-use-'License
See license in LICENSE
