UNPKG

228 BTypeScriptView Raw
1import { Engine } from "../types";
2/**
3 * Returns a Universally Unique Identifier Version 4.
4 *
5 * See http://en.wikipedia.org/wiki/Universally_unique_identifier
6 */
7export declare function uuid4(engine: Engine): string;