mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
bunyan-prettystream: fix formatting of header, add tests, test it
This commit is contained in:
parent
0f83c5eb09
commit
5143ee9855
4
bunyan-prettystream/bunyan-prettystream-tests.ts
Normal file
4
bunyan-prettystream/bunyan-prettystream-tests.ts
Normal file
@ -0,0 +1,4 @@
|
||||
/// <reference path="bunyan-prettystream.d.ts" />
|
||||
|
||||
import PrettyStream = require("bunyan-prettystream");
|
||||
var stream = new PrettyStream();
|
||||
7
bunyan-prettystream/bunyan-prettystream.d.ts
vendored
7
bunyan-prettystream/bunyan-prettystream.d.ts
vendored
@ -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" />
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user