Skip to content

Commit 0bfd0ba

Browse files
committed
Minor changes.
1 parent 4474c62 commit 0bfd0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export type RecordKey = string | number | symbol;
99
export type Comparable = string | number | boolean | Array<unknown>;
1010

1111
/**
12-
* Type of numeric values.
12+
* Type of numeric strings.
1313
*/
1414
export type NumericString = `${number}`;
1515

0 commit comments

Comments
 (0)