Buckets:

imerfanrajabee's picture
download
raw
360 Bytes
/**
* Escapes a string for use in a regular expression.
*/
export declare function escapeRegExp(str: string): string;
type CastArrayResult<T> = T extends undefined | null ? never[] : T extends unknown[] ? T : T[];
/**
* Casts a value to an array if it's not one.
*/
export declare function castArray<T = never[]>(value?: T): CastArrayResult<T>;
export {};

Xet Storage Details

Size:
360 Bytes
·
Xet hash:
669b1104a2702af5e19ee509b57e5b3dcfc3e16006c413915ec7d11476f7d869

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.