download
raw
236 Bytes
type Promisable<T> = T | Promise<T>;
export type Callback = (
directory: string,
files: string[],
) => Promisable<string | false | void>;
export default function (
directory: string,
callback: Callback,
): Promise<string | void>;

Xet Storage Details

Size:
236 Bytes
·
Xet hash:
7cea8736957cc00eae40a05927946c82eae9826ef44c997cecb70bf9b97d748d

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