# Installation
> `npm install --save @types/hexo-bunyan`

# Summary
This package contains type definitions for hexo-bunyan (https://github.com/trentm/node-bunyan#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hexo-bunyan.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hexo-bunyan/index.d.ts)
````ts
import bunyan = require("bunyan");

export = bunyan;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: [@types/bunyan](https://npmjs.com/package/@types/bunyan)

# Credits
These definitions were written by [segayuu](https://github.com/segayuu).
