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 4474c62 commit 0bfd0baCopy full SHA for 0bfd0ba
src/types.ts
@@ -9,7 +9,7 @@ export type RecordKey = string | number | symbol;
9
export type Comparable = string | number | boolean | Array<unknown>;
10
11
/**
12
- * Type of numeric values.
+ * Type of numeric strings.
13
*/
14
export type NumericString = `${number}`;
15
0 commit comments