ipfs-unixfs
Version:
JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)
15 lines • 399 B
TypeScript
export declare class InvalidTypeError extends Error {
static name: string;
static code: string;
name: string;
code: string;
constructor(message?: string);
}
export declare class InvalidUnixFSMessageError extends Error {
static name: string;
static code: string;
name: string;
code: string;
constructor(message?: string);
}
//# sourceMappingURL=errors.d.ts.map