Skip to content

Commit c266c0b

Browse files
committed
Cosmetic tidy up to satisfy linting rules.
1 parent c297bc6 commit c266c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface MUUID extends Binary {
1010
* "B" for 32 digits separated by hyphens, enclosed in braces, e.g. {00000000-0000-0000-0000-000000000000}; or
1111
* "P" for 32 digits separated by hyphens, enclosed in parentheses, e.g. (00000000-0000-0000-0000-000000000000)
1212
*/
13-
toString(format?: "utf8" | "utf-8" | "base64" | "hex"): string;
13+
toString(format?: 'utf8' | 'utf-8' | 'base64' | 'hex'): string;
1414
toString(format?: UUIDFormat): string;
1515
}
1616
export type Mode = {

0 commit comments

Comments
 (0)