function-bind

WebJar for function-bind

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

function-bind
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

function-bind
WebJar for function-bind
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Raynos/function-bind

Download function-bind

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/function-bind/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>function-bind</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/function-bind/
implementation 'org.webjars.npm:function-bind:1.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/function-bind/
implementation ("org.webjars.npm:function-bind:1.1.1")
'org.webjars.npm:function-bind:jar:1.1.1'
<dependency org="org.webjars.npm" name="function-bind" rev="1.1.1">
  <artifact name="function-bind" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='function-bind', version='1.1.1')
)
libraryDependencies += "org.webjars.npm" % "function-bind" % "1.1.1"
[org.webjars.npm/function-bind "1.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

npm version Dependency status Dev Dependency status

function-bind

Implementation of function.prototype.bind

Old versions of phantomjs, Internet Explorer < 9, and node < 0.6 don't support Function.prototype.bind.

Example

Function.prototype.bind = require("function-bind")

Installation

npm install function-bind

Contributors

  • Raynos

MIT Licenced

Versions

Version
1.1.1
1.1.0
1.0.2