@randajan/jet-core
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -663,3 +663,3 @@ var __defProp = Object.defineProperty; | ||
var buffer = (processQueue, bufferMs = 100, maxQueueMs = 0, maxQueueSize = 0) => { | ||
if (!jet.isRunnable(processQueue)) { | ||
if (!defs_default.isRunnable(processQueue)) { | ||
throw new Error("jet.buffer(...) require function as a first argument"); | ||
@@ -666,0 +666,0 @@ } |
{ | ||
"name": "@randajan/jet-core", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "Ecosystem of types and related usefull tools.", | ||
@@ -5,0 +5,0 @@ "repository": "randajan/jet-core", |
Sorry, the diff of this file is not supported yet
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
152373