UNPKG

snapshot-fs

Version:

Create a filesystem snapshot for use with memfs

5 lines 125 B
export type CborUint8Array<T> = Uint8Array & { __BRAND__: 'cbor'; __TYPE__: T; }; //# sourceMappingURL=types.d.ts.map