1.0.0 • Published 6 years ago

otype v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

otype

Travis (.com) codecov coverage npm semantic-release

Motivation

Reuse

Installation

$ npm install --save otype

Usage

const otype = require("otype");

console.log(otype(1)); // Outputs: "Number"
console.log(otype(Null)); // Outputs: "Null"
console.log(otype()); // Outputs: "Undefined"
console.log(otype("a", true, Symbol("sym"))); // Outputs: ["String", "Boolean", "Symbol"]

License

MIT © wmik