demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/call-bound-1.0.4/README.md

Path
demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/call-bound-1.0.4/README.md
Status
scanned
Type
file
Name
README.md
Extension
.md
Programming language

      
    
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
1897 (1.9 KB)
MD5
216dae401646cab0235a11f5fda6fd8c
SHA1
bcfcc8f92c9cea127b953b894f92820fdef3bc99
SHA256
8c1e445125b0119718896686b7c7015d1078fcc727327b6d1c4955df0b7b2d10
SHA512

      
    
SHA1_git
a44e43e56e07b9dce55d14eba09dcbbaf2024303
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
README.md | 1.9 KB |

# call-bound <sup>[![Version Badge][npm-version-svg]][package-url]</sup> [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url] [![npm badge][npm-badge-png]][package-url] Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. ## Getting started ```sh npm install --save call-bound ``` ## Usage/Examples ```js const assert = require('assert'); const callBound = require('call-bound'); const slice = callBound('Array.prototype.slice'); delete Function.prototype.call; delete Function.prototype.bind; delete Array.prototype.slice; assert.deepEqual(slice([1, 2, 3, 4], 1, -1), [2, 3]); ``` ## Tests Clone the repo, `npm install`, and run `npm test` [package-url]: https://npmjs.org/package/call-bound [npm-version-svg]: https://versionbadg.es/ljharb/call-bound.svg [deps-svg]: https://david-dm.org/ljharb/call-bound.svg [deps-url]: https://david-dm.org/ljharb/call-bound [dev-deps-svg]: https://david-dm.org/ljharb/call-bound/dev-status.svg [dev-deps-url]: https://david-dm.org/ljharb/call-bound#info=devDependencies [npm-badge-png]: https://nodei.co/npm/call-bound.png?downloads=true&stars=true [license-image]: https://img.shields.io/npm/l/call-bound.svg [license-url]: LICENSE [downloads-image]: https://img.shields.io/npm/dm/call-bound.svg [downloads-url]: https://npm-stat.com/charts.html?package=call-bound [codecov-image]: https://codecov.io/gh/ljharb/call-bound/branch/main/graphs/badge.svg [codecov-url]: https://app.codecov.io/gh/ljharb/call-bound/ [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/call-bound [actions-url]: https://github.com/ljharb/call-bound/actions
URL Start line End line
https://npmjs.org/package/call-bound 39 39
https://versionbadg.es/ljharb/call-bound.svg 40 40
https://david-dm.org/ljharb/call-bound.svg 41 41
https://david-dm.org/ljharb/call-bound 42 42
https://david-dm.org/ljharb/call-bound/dev-status.svg 43 43
https://david-dm.org/ljharb/call-bound#info=devDependencies 44 44
https://nodei.co/npm/call-bound.png?downloads=true&stars=true 45 45
https://img.shields.io/npm/l/call-bound.svg 46 46
https://img.shields.io/npm/dm/call-bound.svg 48 48
https://npm-stat.com/charts.html?package=call-bound 49 49
https://codecov.io/gh/ljharb/call-bound/branch/main/graphs/badge.svg 50 50
https://app.codecov.io/gh/ljharb/call-bound/ 51 51
https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/call-bound 52 52
https://github.com/ljharb/call-bound/actions 53 53
Package URL License Primary language
pkg:npm/call-bound@1.0.4 mit JavaScript
pkg:npm/acme-demo-app@1.0.0 JavaScript