A very simple "typeof" detection
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install wots --save
npm install
npm test
None
- @babel/core: Babel compiler core.
- @babel/preset-env: A Babel preset for each environment.
- @babel/register: babel require hook
- cz-conventional-changelog: Commitizen adapter following the conventional-changelog format.
- drop-babel-typeof: Remove the annoying _typeof(...) pollution when no symbol is used.
- mocha: simple, flexible, fun test framework
- nyc: the Istanbul command line interface
- release-commit: Commit (and tag) a release with automatic CHANGELOG.md and DEPENDENCIES.md updates
- rollup: Next-generation ES module bundler
- rollup-plugin-babel: Seamless integration between Rollup and Babel.
- rollup-plugin-node-resolve: Bundle third-party dependencies in node_modules
- uglify-es: JavaScript parser, mangler/compressor and beautifier toolkit for ES6+
ISC