bunyan-prettystream: fix formatting of header, add tests, test it

This commit is contained in:
JasonS 2015-03-03 18:04:12 -08:00
parent 0f83c5eb09
commit 5143ee9855
2 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1,4 @@
/// <reference path="bunyan-prettystream.d.ts" />
import PrettyStream = require("bunyan-prettystream");
var stream = new PrettyStream();

View File

@ -1,6 +1,7 @@
// type definitions for bunyan-prettystream
// project: https://www.npmjs.com/package/bunyan-prettystream
// definitions by jasons@novaleaf.com
// Type definitions for bunyan-prettystream
// Project: https://www.npmjs.com/package/bunyan-prettystream
// Definitions by: Jason Swearingen <https://github.com/jasonswearingen/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../node/node.d.ts" />