Files
DefinitelyTyped/types/browser-bunyan/index.d.ts
2017-03-24 14:27:52 -07:00

13 lines
362 B
TypeScript

// Type definitions for browser-bunyan 0.4
// Project: https://github.com/philmander/browser-bunyan
// Definitions by: Paul Lockwood <https://github.com/PaulLockwood>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import bunyan = require("bunyan");
declare module "bunyan" {
function ConsoleFormattedStream(): void;
}
export = bunyan;