download
raw
273 Bytes
import { expectType } from 'tsd';
import rfdc = require('.');
const clone = rfdc();
expectType<number>(clone(5));
expectType<{ lorem: string }>(clone({ lorem: "ipsum" }));
const cloneHandlers = rfdc({
constructorHandlers: [
[RegExp, (o) => new RegExp(o)],
],
})

Xet Storage Details

Size:
273 Bytes
·
Xet hash:
fda411f7085f7b1f829b710838d6b2b01deae142edec6c52f18ecc42659e2ee3

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