EdgeAIG's picture
download
raw
330 Bytes
/**
* @since 4.0.0
*/
/** @internal */
export function set(self, key, value) {
if (key === "__proto__") {
Object.defineProperty(self, key, {
value,
writable: true,
enumerable: true,
configurable: true
});
} else {
self[key] = value;
}
return self;
}
//# sourceMappingURL=record.js.map

Xet Storage Details

Size:
330 Bytes
·
Xet hash:
ff633e19fb28604364a17af999885eb8ca5e7c84221fce87c9bb0cefefb29a0a

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