UNPKG

520 BTypeScriptView Raw
1declare const _default: {};
2export default _default;
3
4/**
5 * Concatenate urls using `/` to form a complete url
6 * @param urls url paths
7 * @returns
8 */
9export declare function urlConcat(...urls: string[]): string;
10
11/**
12 * Generate a uuid of 32 string length
13 */
14export declare function uuid(): string;
15
16/**
17 * Generate a uuid of 32 string length
18 */
19export declare const uuid32: typeof uuid;
20
21/**
22 * Generate a uuid of 36 string length
23 */
24export declare function uuid36(): string;
25
26export { }