mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
bunyan-prettystream: fix formatting of header, add tests, test it
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/// <reference path="bunyan-prettystream.d.ts" />
|
||||
|
||||
import PrettyStream = require("bunyan-prettystream");
|
||||
var stream = new PrettyStream();
|
||||
+4
-3
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user