Buckets:
| export interface Options { | |
| splitRegexp?: RegExp | RegExp[]; | |
| stripRegexp?: RegExp | RegExp[]; | |
| delimiter?: string; | |
| transform?: (part: string, index: number, parts: string[]) => string; | |
| } | |
| /** | |
| * Normalize the string into something other libraries can manipulate easier. | |
| */ | |
| export declare function noCase(input: string, options?: Options): string; | |
Xet Storage Details
- Size:
- 361 Bytes
- Xet hash:
- 9e3d93c41c1929e95bd197f61a926954c11a9d28a5654894de83e5e0f7c1b7a6
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.