1.0.0 • Published 14 days ago

@odczynflnpm/voluptate-molestiae-culpa v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
14 days ago

@odczynflnpm/voluptate-molestiae-culpa Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Robustly .call.bind() a function.

Getting started

npm install --save @odczynflnpm/voluptate-molestiae-culpa

Usage/Examples

const assert = require('assert');
const callBind = require('@odczynflnpm/voluptate-molestiae-culpa');
const callBound = require('@odczynflnpm/voluptate-molestiae-culpa/callBound');

function f(a, b) {
	assert.equal(this, 1);
	assert.equal(a, 2);
	assert.equal(b, 3);
	assert.equal(arguments.length, 2);
}

const fBound = callBind(f);

const slice = callBound('Array.prototype.slice');

delete Function.prototype.call;
delete Function.prototype.bind;

fBound(1, 2, 3);

assert.deepEqual(slice([1, 2, 3, 4], 1, -1), [2, 3]);

Tests

Clone the repo, npm install, and run npm test

concatansireducecryptfull-widthpackagesnpmvariablesspinnersquerystringsyntaxlintrm -frregexpenvtoolkitdataViewutilschemaFloat64Arrayequalnegative zeromkdirpnpm9callhardlinksloggerescapeunicodeinreduxtapelruxtermlockfileobjclientBigUint64Arrayajvwhichcallboundreal-timeES2019nopeES2022es7concurrencypipeserializationnodejscorees2018vpcsharedObservableidlevestparsehttpio-tsfind-upnested csspromiseauthenticationcloudformationflatdatecachestdlibreducertapPushsymlinkstouchArray.prototype.containsforEachtoArrayfromes-shim APIshamebsObject.istelephone_.extendECMAScript 2022fullwidthmake dirlogexpressionPromisehas-ownrateECMAScript 5JSONcode pointsregular expressionsUnderscorearraybuffercolumnsajaxhasOwnPropertydirectorytestingoutputtrimRightArraypostcsseslintpluginform-validationwatchFiletaskcomparecolumnnamesenvironment.envqueueMicrotaskrangeerrorquerycharacterselectronuuidspinneridxhrenderECMAScript 2015ES2021css-in-jscopy__proto__replayURLuninstallbatchmrupersistentrapidroute53formpropertiesdeepzeroprotobufupassignapolloCSSStyleDeclarationqueueInt16ArraymakeSetreact-testing-librarymatcheslibphonenumbercolourtextsymbolshookstoolsnodeBigInt64ArraytrimStartweakmapless mixinsimmutableresolvees5mapoptimizershellprefixdom-testing-librarygetPrototypeOfES2020hasbddestrimLeftflagcliurlreadablestreamfetch256sharedarraybuffercryptorandomtraverseECMAScript 2021chromemapreducees-abstractES2016wafMicrosoftpicomatchpreprocessorparserWebSocketkeybrowserslistES5indicatorkinesistsObject.keysbundlingECMAScript 2019cloudtrailsimpledbkeyserrordifftypesmodulejsxIteratorl10nfluxes2016globargvworkflowoptioninputreadablebeanstalkvalidatereact-hook-formstateless compilerjavascriptemitvisualArray.prototype.flatMapObject.definePropertywaitdescriptorsES2018ES2015limitedlimitmobilemimeruntimefindairbnbgroupdeep-clonejQueryloadbalancinggetOwnPropertyDescriptorloggingtrim
1.0.0

14 days ago