Skip to content

matthewmueller/isObject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isObject

check if an variable is an object

Installation

$ component install matthewmueller/isObject

Example

isObject([]) // false
isObject(new Date()) // false
isObject({}) // true

License

MIT

About

check if variable is an object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published