// Type definitions for hexo-bunyan 1.0 // Project: https://github.com/trentm/node-bunyan#readme // Definitions by: segayuu // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.1 import bunyan = require("bunyan"); export = bunyan;