Buckets:

imerfanrajabee's picture
download
raw
472 Bytes
/**
* @license
* Copyright 2017 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
/**
* Generates a public interface type that removes private and protected fields.
* This allows accepting otherwise incompatible versions of the type (e.g. from
* multiple copies of the same package in `node_modules`).
*/
export type Interface<T> = {
[K in keyof T]: T[K];
};
export type Constructor<T> = {
new (...args: any[]): T;
};
//# sourceMappingURL=base.d.ts.map

Xet Storage Details

Size:
472 Bytes
·
Xet hash:
e4d9fd18339976dbe738eddda4cad45a61b56e9d45a784c226cbdb7424a4dceb

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