EdgeAIG's picture
download
raw
295 Bytes
export interface Registration {
readonly dispose: () => Promise<void>;
}
export interface Reload {
readonly reload: () => Promise<void>;
}
export type Hooks<Spec> = {
readonly [Name in keyof Spec]: (callback: (input: Spec[Name]) => Promise<void> | void) => Promise<Registration>;
};

Xet Storage Details

Size:
295 Bytes
·
Xet hash:
313cd671465696bd6dd6a29a73beca683249dc7026f9e9d1224b33e864617be3

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