UNPKG

zeptoid

Version:

A tiny isomorphic fast function for generating a cryptographically random hex string.

7 lines (6 loc) 120 B
/* IMPORT */ import get from './get.js'; import is from './is.js'; /* EXPORT */ export default get; export { get, is };