download
raw
212 Bytes
interface Node {
next: Node | null;
}
interface Constructor<T> {
new(): T;
}
declare function reusify<T extends Node>(constructor: Constructor<T>): {
get(): T;
release(node: T): void;
};
export = reusify;

Xet Storage Details

Size:
212 Bytes
·
Xet hash:
29ff75ce71ded86741c7255b373421071b5769046549582447e974af7b58b4e6

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