JSPM

es-two

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

    A polyfill for the JavaScript integer value 2.

    Package Exports

    • es-two
    • es-two/index.js

    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 (es-two) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    es-two

    A polyfill for the integer value 2.

    Usage

    const $two = require('es-two')
    
    console.log($two) // Output: 2