class-of
v0.1.1
Published
get the class of an object
Readme
class-of
Install
npm i class-ofUsage
const classOf = require('class-of')
classOf(new Number(1))
//=> 'number'Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Author
class-of © lijsh, Released under the MIT License. Authored and maintained by lijsh with help from contributors (list).
github.com/lijsh · GitHub @lijsh · Twitter @lijiashen
