@jeswr/stream-to-string
Advanced tools
Comparing version 1.0.0 to 2.0.0
import { promisifyEventEmitter } from 'event-emitter-promisify'; | ||
export default function stringify(ee: Parameters<typeof promisifyEventEmitter>[0]): Promise<string>; | ||
export declare function stringify(ee: Parameters<typeof promisifyEventEmitter>[0]): Promise<string>; |
@@ -12,2 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.stringify = stringify; | ||
const event_emitter_promisify_1 = require("event-emitter-promisify"); | ||
@@ -24,2 +25,1 @@ function stringify(ee) { | ||
} | ||
exports.default = stringify; |
{ | ||
"name": "@jeswr/stream-to-string", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
5569