mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
9 lines
339 B
TypeScript
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;
|