@magic/types
Advanced tools
Comparing version 0.1.12 to 0.1.13
{ | ||
"name": "@magic/types", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"author": "Wizards & Witches", | ||
@@ -36,10 +36,10 @@ "homepage": "https://github.com/magic/types", | ||
"devDependencies": { | ||
"@magic-modules/gdpr": "0.0.16", | ||
"@magic-modules/git-badges": "0.0.10", | ||
"@magic-modules/light-switch": "0.0.5", | ||
"@magic-modules/light-switch": "0.0.6", | ||
"@magic-modules/no-spy": "0.0.1", | ||
"@magic-modules/pre": "0.0.8", | ||
"@magic-themes/docs": "0.0.7", | ||
"@magic/core": "0.0.72", | ||
"@magic/format": "0.0.10", | ||
"@magic/test": "0.1.47" | ||
"@magic/core": "0.0.84", | ||
"@magic/format": "0.0.11", | ||
"@magic/test": "0.1.51" | ||
}, | ||
@@ -46,0 +46,0 @@ "keywords": [ |
@@ -72,2 +72,8 @@ # @magic/types | ||
isAsyncFunction(async () => {}) // true | ||
// alias isAsyncFunc, isAsyncFn, is.asyncFunction, is.asyncFunc, is.asyncFn | ||
isGeneratorFunction(* () => {}) // true | ||
// alias isGeneratorFunc, isGeneratorFunc, is.generatorFunction, is.generatorFunc, is.generatorFn | ||
isNumber(1) // true | ||
@@ -238,6 +244,10 @@ // alias isNum, is.number, is.num | ||
##### 0.1.12 | ||
##### 0.1.12 | ||
bump required node version to 14.2.0 | ||
##### 0.0.13 - unreleased | ||
##### 0.1.13 | ||
* add isAsyncFunction | ||
* add isGeneratorFunction | ||
##### 0.1.14 - unreleased | ||
... |
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
55497
491
252