typechecker
Advanced tools
Changelog
v4.6.0 2018 September 8
function(AnArgumentWithAnUpperCaseFirstLetter){}
being detected as a class by isClass
and isConventionalClass
Changelog
v4.5.0 2018 February 17
getType(async function () {})
now returns function
isFunction(async function () {})
returns true
isAsyncFunction(async function () {})
returns true
isSyncFunction(async function () {})
returns false
Changelog
v4.4.1 2017 January 18
getType
actually work
Changelog
v4.4.0 2016 November 11
require
over import
isObject
check
isObject
and isPlainObject
not returning booleans in some cases
Changelog
v4.3.0 2016 March 21
getTypes
as it was ambiguous, internal and no one external used ittypeMap
which links types to the methods that check for them, used by getType