mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 01:47:21 +08:00
13 lines
362 B
TypeScript
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;
|