UNPKG

428 BTypeScriptView Raw
1/**
2 * @typedef {import("../types/advanced-types").UuidFunc} UuidFunc
3 */
4/**
5 * This function also has an `uuid.isValid` function, which returns a boolean depending
6 * on if the passed in string is a valid uuid.
7 *
8 * @since 0.1.0
9 * @summary Returns a new uuid v4
10 *
11 * @type {UuidFunc}
12 */
13export const uuid: UuidFunc;
14export type UuidFunc = import("../types/advanced-types").UuidFunc;
15//# sourceMappingURL=datatypes.d.ts.map
\No newline at end of file