This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/flow-typed/npm/es6-error_v4.x.x.js

9 lines
257 B
JavaScript

// flow-typed signature: fb6c19e75f6c1cada215733df2146fb4
// flow-typed version: c6154227d1/es6-error_v4.x.x/flow_>=v0.104.x
declare module "es6-error" {
declare class ExtendableError extends Error {}
declare module.exports: Class<ExtendableError>;
}