download
raw
301 Bytes
type Promisable<T> = T | Promise<T>;
declare namespace escalade {
export type Callback = (
directory: string,
files: string[],
) => Promisable<string | false | void>;
}
declare function escalade(
directory: string,
callback: escalade.Callback,
): Promise<string | void>;
export = escalade;

Xet Storage Details

Size:
301 Bytes
·
Xet hash:
81248041425d24d81b20903b79cc250ba9dabf9a0f356d8385d8e899bcc50405

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