download
raw
448 Bytes
declare namespace getAsyncFunction {
type AsyncFunction<T = unknown> = (...args: any[]) => Promise<T>;
interface AsyncFunctionConstructor extends FunctionConstructor {
new <T>(...args: string[]): AsyncFunction<T>;
<T>(...args: string[]): AsyncFunction<T>;
readonly prototype: AsyncFunction;
}
}
declare function getAsyncFunction(): getAsyncFunction.AsyncFunctionConstructor | false;
export = getAsyncFunction;

Xet Storage Details

Size:
448 Bytes
·
Xet hash:
69dbb5b2a11e49fc59ab56805bd65266ae6914081bd28b285e0f53d57ebce441

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