Files
DefinitelyTyped/types/loud-rejection/index.d.ts
Dimitri Benin 9ec9fb5742 [loud-rejection] add typings (#18877)
* [loud-rejection] add typings

* [loud-rejection] make callback arg mandatory
2017-08-14 11:09:02 -07:00

9 lines
339 B
TypeScript

// Type definitions for loud-rejection 1.6
// Project: https://github.com/sindresorhus/loud-rejection#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = loudRejection;
declare function loudRejection(log?: (stack: string) => void): void;