JSPM

has-working-bind-x

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

Indicates if the engine has a working bind function.

Package Exports

  • has-working-bind-x

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

Readme

Travis status Dependency status devDependency status npm version jsDelivr hits bettercodehub score Coverage Status

has-working-bind-x

Indicates if the engine has a working bind function.

module.exportsBoolean

Indicates if the engine has a working bind function.

Kind: Exported member

Example

import hasWorkingBind from 'has-working-bind-x';

console.log(hasWorkingBind); // true or false