Indicates if the engine has a working bind function.
npm install has-working-bind-x href="https://travis-ci.org/Xotic750/has-working-bind-x"
title="Travis status"> src="https://travis-ci.org/Xotic750/has-working-bind-x.svg?branch=master"
alt="Travis status" height="18">
href="https://david-dm.org/Xotic750/has-working-bind-x"
title="Dependency status"> alt="Dependency status" height="18"/>
href="https://david-dm.org/Xotic750/has-working-bind-x?type=dev"
title="devDependency status"> alt="devDependency status" height="18"/>
href="https://badge.fury.io/js/has-working-bind-x"
title="npm version"> alt="npm version" height="18">
href="https://www.jsdelivr.com/package/npm/has-working-bind-x"
title="jsDelivr hits"> alt="jsDelivr hits" height="18">
href="https://bettercodehub.com/results/Xotic750/has-working-bind-x"
title="bettercodehub score"> alt="bettercodehub score" height="18">
href="https://coveralls.io/github/Xotic750/has-working-bind-x?branch=master"
title="Coverage Status"> alt="Coverage Status" height="18">
Indicates if the engine has a working bind function.
Indicates if the engine has a working bind function.
Kind: Exported member
Example
``js
import hasWorkingBind from 'has-working-bind-x';
console.log(hasWorkingBind); // true or false
``