pipeline-fp-utils
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,9 +0,9 @@ | ||
declare namespace PipelineFpUtils { | ||
declare function map(g: any): any; | ||
declare function mergeObjects(g: any): any; | ||
declare function toJsonLine(g: any): any; | ||
declare function tap(g: any): any; | ||
declare function fromCallback(g: any): any; | ||
declare function filter(g: any): any; | ||
declare function fromArray(g: any): any; | ||
declare module "pipeline-fp-utils" { | ||
function map(g: any): any; | ||
function mergeObjects(g: any): any; | ||
function toJsonLine(g: any): any; | ||
function tap(g: any): any; | ||
function fromCallback(g: any): any; | ||
function filter(g: any): any; | ||
function fromArray(g: any): any; | ||
} |
{ | ||
"name": "pipeline-fp-utils", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "utilities fonctions to use with pipeline from streams module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.mjs", |
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
7826