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 c297bc6 commit c266c0bCopy full SHA for c266c0b
lib/index.d.ts
@@ -10,7 +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;
+ toString(format?: 'utf8' | 'utf-8' | 'base64' | 'hex'): string;
14
toString(format?: UUIDFormat): string;
15
}
16
export type Mode = {
0 commit comments