@types/bunyan-format
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -26,12 +26,11 @@ // Type definitions for bunyan-format 0.2 | ||
// 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. */ | ||
/** Creates a writable stream that formats bunyan records written to it. */ | ||
interface BunyanFormatWritable extends Writable { | ||
// tslint:disable-next-line no-misused-new | ||
new (options: BunyanFormatWritable.Options, output?: Writable): BunyanFormatWritable; | ||
(options: BunyanFormatWritable.Options, output?: Writable): BunyanFormatWritable; | ||
/** Creates a writable stream that formats bunyan records written to it. */ | ||
new (options: BunyanFormatWritable.Options, output?: Writable): BunyanFormatWritable; | ||
}; | ||
} | ||
export = BunyanFormatWritable; | ||
declare const BunyanFormat: BunyanFormatWritable; | ||
export = BunyanFormat; |
{ | ||
"name": "@types/bunyan-format", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "TypeScript definitions for bunyan-format", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "c29a07c13534e9e49f4ba4ce7c65138a273c23dc4a4c54987dd7499d5b78ec6f", | ||
"typesPublisherContentHash": "aff8e0b234289a72f4121dcab442533e94e7dee212802623fce45d655df35627", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 18 Nov 2019 21:57:35 GMT | ||
* Last updated: Wed, 20 Nov 2019 19:42:37 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
3844
28