2017-07-14 18:53:10 +02:00
|
|
|
/**
|
|
|
|
* returns short strings that are unique to very high degree od certainty
|
|
|
|
*/
|
2017-07-17 17:01:10 +02:00
|
|
|
export declare let shortId: () => string;
|
2017-07-14 18:53:10 +02:00
|
|
|
/**
|
|
|
|
* returns strings that are unique to a very high degree of certainty
|
|
|
|
*/
|
2017-07-17 17:01:10 +02:00
|
|
|
export declare let uuid4: () => string;
|
|
|
|
export declare let uuid5: (customStringArg: string, namespaceArg?: any) => string;
|