source:
node_modules/type-fest/source/utilities.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 236 bytes |
Line | |
---|---|
1 | export type UpperCaseCharacters = 'A' | 'B' | 'C' | 'D' | 'E' | 'F' | 'G' | 'H' | 'I' | 'J' | 'K' | 'L' | 'M' | 'N' | 'O' | 'P' | 'Q' | 'R' | 'S' | 'T' | 'U' | 'V' | 'W' | 'X' | 'Y' | 'Z'; |
2 | |
3 | export type WordSeparators = '-' | '_' | ' '; |
Note:
See TracBrowser
for help on using the repository browser.