@types/bunyan-format
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -6,3 +6,3 @@ // Type definitions for bunyan-format 0.2 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.6 | ||
// TypeScript Version: 2.1 | ||
@@ -27,9 +27,12 @@ /// <reference types="node" /> | ||
declare class BunyanFormatWritable extends Writable { | ||
// tslint:disable-next-line no-empty-interface | ||
interface BunyanFormatWritable extends Writable {} | ||
declare var BunyanFormatWritable: { | ||
/** Creates a writable stream that formats bunyan records written to it. */ | ||
constructor(options: BunyanFormatWritable.Options, output?: Writable); | ||
} | ||
(options: BunyanFormatWritable.Options, output?: Writable): BunyanFormatWritable; | ||
/** Creates a writable stream that formats bunyan records written to it. */ | ||
new (options: BunyanFormatWritable.Options, output?: Writable): BunyanFormatWritable; | ||
}; | ||
declare function BunyanFormatWritable(options: BunyanFormatWritable.Options, output?: Writable): BunyanFormatWritable; | ||
export = BunyanFormatWritable; |
{ | ||
"name": "@types/bunyan-format", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "TypeScript definitions for bunyan-format", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "4da9c120f497e19db8971430978d7f297b7185288cef717b1f779c46d5974d74", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "c29a07c13534e9e49f4ba4ce7c65138a273c23dc4a4c54987dd7499d5b78ec6f", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 16 Nov 2019 00:27:47 GMT | ||
* Last updated: Mon, 18 Nov 2019 21:57:35 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3924
29