We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f41bab commit c297bc6Copy full SHA for c297bc6
lib/index.d.ts
@@ -10,6 +10,7 @@ export interface MUUID extends Binary {
10
* "B" for 32 digits separated by hyphens, enclosed in braces, e.g. {00000000-0000-0000-0000-000000000000}; or
11
* "P" for 32 digits separated by hyphens, enclosed in parentheses, e.g. (00000000-0000-0000-0000-000000000000)
12
*/
13
+ toString(format?: "utf8" | "utf-8" | "base64" | "hex"): string;
14
toString(format?: UUIDFormat): string;
15
}
16
export type Mode = {
0 commit comments