npm.io
0.1.9 • Published yesterday

@trenskow/identify

Licence
BSD-2-Clause
Version
0.1.9
Deps
0
Size
4 kB
Vulns
0
Weekly
0

@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

Keywords