UNPKG

@dapplion/benchmark

Version:

Ensures that new code does not introduce performance regressions with CI. Tracks:

8 lines 235 B
export declare function extendError(e: Error, prefix: string): Error; export interface FsError extends Error { code: "ENOENT"; } export interface AwsError extends Error { code: "NoSuchKey"; } //# sourceMappingURL=error.d.ts.map