JSPM

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

An extension to mout/lang utilities

Package Exports

  • mout-lang-type

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mout-lang-type) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

mout-lang-type

Node.js Module Version Bower Component Version

An extension to mout/lang utilities for nerds

mout-lang-type is an extension to MOUT’s lang utilities. It provides two modules: A typeOf and an isType function to be used instead of the included kindOf and isKind functions. The difference is that types are expressed in lowerCamelCase and represent the built-in objects [[Class]] internal slot tags while MOUT’s kinds are expressed in UpperCamelCase representing the overall tags of objects, even of so-called non-standard exotic objects.

Getting started

Installation

Install this extension as a dependency to your project using Bower:

$ bower install --save mout-lang-type

Alternatively, it is also available using npm:

$ npm install --save mout-lang-type

License

MIT © Christian Grete