Comparing version 0.1.1 to 0.1.2
@@ -1,2 +0,2 @@ | ||
import { createPoll } from './deferredPoll.js'; | ||
import { createPoll } from "./deferredPoll.js"; | ||
export const combine = (...iterables)=>{ | ||
@@ -3,0 +3,0 @@ const poll = createPoll(); |
@@ -1,2 +0,2 @@ | ||
import { defer } from './defer.js'; | ||
import { defer } from "./defer.js"; | ||
export const createPoll = ()=>{ | ||
@@ -3,0 +3,0 @@ const dPoll = [ |
@@ -1,2 +0,2 @@ | ||
import { createPoll } from './deferredPoll.js'; | ||
import { createPoll } from "./deferredPoll.js"; | ||
export const generatorify = (task)=>{ | ||
@@ -3,0 +3,0 @@ const poll = createPoll(); |
@@ -1,6 +0,6 @@ | ||
export * from './defer.js'; | ||
export * from './generatorify.js'; | ||
export * from './deferredPoll.js'; | ||
export * from './combine.js'; | ||
export * from "./defer.js"; | ||
export * from "./generatorify.js"; | ||
export * from "./deferredPoll.js"; | ||
export * from "./combine.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "asygen", | ||
"description": "0-Deps, simple and fast async generator library for browser and NodeJS", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"type": "module", | ||
@@ -71,3 +71,3 @@ "types": "build/index.d.ts", | ||
"husky": "^8.0.3", | ||
"inop": "^0.2.3", | ||
"inop": "^0.2.5", | ||
"jest": "^29.5.0", | ||
@@ -74,0 +74,0 @@ "prettier": "^2.8.7", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
33185