@teleology/fp
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -8,3 +8,3 @@ "use strict"; | ||
const isAsyncFunction = v => v && v.then && typeof v.then === 'function' || v[Symbol.toStringTag] === 'AsyncFunction'; | ||
const isAsyncFunction = v => v && v.then && typeof v.then === 'function' || v && v[Symbol.toStringTag] === 'AsyncFunction'; | ||
@@ -11,0 +11,0 @@ exports.isAsyncFunction = isAsyncFunction; |
{ | ||
"name": "@teleology/fp", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A small collection of functional programming utils", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:icarus-sullivan/teleology-fp.git", |
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
12034