mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Update `TypeScript Version`s to be at least as high as dependencies' versions * Run through again
10 lines
301 B
TypeScript
10 lines
301 B
TypeScript
// Type definitions for hexo-bunyan 1.0
|
|
// Project: https://github.com/trentm/node-bunyan#readme
|
|
// Definitions by: segayuu <https://github.com/segayuu>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.1
|
|
|
|
import bunyan = require("bunyan");
|
|
|
|
export = bunyan;
|