UNPKG

326 BTypeScriptView Raw
1/**
2 * This function also has an `uuid.isValid` function, which returns a boolean depending
3 * on if the passed in string is a valid uuid.
4 *
5 * @since 0.1.0
6 * @summary Returns a new uuid v4
7 *
8 * @type {import("../types/advanced-types.d.ts").UuidFunc}
9 */
10export const uuid: import("../types/advanced-types.d.ts").UuidFunc;