Buckets:
| declare namespace rfdc { | |
| interface Options { | |
| proto?: boolean; | |
| circles?: boolean; | |
| constructorHandlers?: ConstructorHandlerConfig[]; | |
| } | |
| } | |
| type Constructor<T> = {new(...args: any[]): T}; | |
| type ConstructorHandlerConfig<T = any> = [Constructor<T>, (o: T) => T]; | |
| declare function rfdc(options?: rfdc.Options): <T>(input: T) => T; | |
| export = rfdc; | |
Xet Storage Details
- Size:
- 355 Bytes
- Xet hash:
- e449501c1bd0920f000ead52485f8048d732a141742ff8b629a78c5bc0e84551
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.