租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.7 KiB

3 months ago
  1. # function-bind <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
  2. [![github actions][actions-image]][actions-url]
  3. <!--[![coverage][codecov-image]][codecov-url]-->
  4. [![dependency status][deps-svg]][deps-url]
  5. [![dev dependency status][dev-deps-svg]][dev-deps-url]
  6. [![License][license-image]][license-url]
  7. [![Downloads][downloads-image]][downloads-url]
  8. [![npm badge][npm-badge-png]][package-url]
  9. Implementation of function.prototype.bind
  10. Old versions of phantomjs, Internet Explorer < 9, and node < 0.6 don't support `Function.prototype.bind`.
  11. ## Example
  12. ```js
  13. Function.prototype.bind = require("function-bind")
  14. ```
  15. ## Installation
  16. `npm install function-bind`
  17. ## Contributors
  18. - Raynos
  19. ## MIT Licenced
  20. [package-url]: https://npmjs.org/package/function-bind
  21. [npm-version-svg]: https://versionbadg.es/Raynos/function-bind.svg
  22. [deps-svg]: https://david-dm.org/Raynos/function-bind.svg
  23. [deps-url]: https://david-dm.org/Raynos/function-bind
  24. [dev-deps-svg]: https://david-dm.org/Raynos/function-bind/dev-status.svg
  25. [dev-deps-url]: https://david-dm.org/Raynos/function-bind#info=devDependencies
  26. [npm-badge-png]: https://nodei.co/npm/function-bind.png?downloads=true&stars=true
  27. [license-image]: https://img.shields.io/npm/l/function-bind.svg
  28. [license-url]: LICENSE
  29. [downloads-image]: https://img.shields.io/npm/dm/function-bind.svg
  30. [downloads-url]: https://npm-stat.com/charts.html?package=function-bind
  31. [codecov-image]: https://codecov.io/gh/Raynos/function-bind/branch/main/graphs/badge.svg
  32. [codecov-url]: https://app.codecov.io/gh/Raynos/function-bind/
  33. [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/Raynos/function-bind
  34. [actions-url]: https://github.com/Raynos/function-bind/actions