JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 217
  • Score
    100M100P100Q50568F
  • License MIT

Tiny JS Type Checker Module for Node & Browser — Supports Stringified Types

Package Exports

  • @echo-64/is.js

Readme

is.js

Installation

NodeJs

npm install @echo-64/is.js

Api

// commonjs
const is = require("@echo/is.js");

// esm
import is from "@echo/is.js";

// browser
<script src="is.min.js"></script>

See: docs

License

MIT License ©