UNPKG

harsh

Version:

A number-hash ready to go for Talk Like A Pirate Day

9 lines (7 loc) 190 B
import test from 'ava'; import {hashish} from '../src'; test('created just a hash token', t => { const h = hashish(); t.true(typeof h === 'string'); t.regex(h, /[a-z0-9]{9,12}/); });