Comparing version 0.2.0 to 0.2.1
@@ -0,3 +1,5 @@ | ||
import * as L from "./Lazy/index.js"; | ||
import * as C from "./Concurrency/index.js"; | ||
export * from "./Strict/index.js"; | ||
export * as L from "./Lazy/index.js"; | ||
export * as C from "./Concurrency/index.js" | ||
export { L, C }; |
{ | ||
"name": "fx-contrib", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "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
2921