UNPKG

ox

Version:

Ethereum Standard Library

8 lines (5 loc) 149 B
import { expect, test } from 'vp/test' import { uid } from '../../internal/uid.js' test('default', () => { expect(uid()).toBeTypeOf('string') })