1.0.0 • Published 14 days ago

@hutechtechnical/rem-incidunt-vel-delectus v1.0.0

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

@hutechtechnical/rem-incidunt-vel-delectus Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Robustly .call.bind() a function.

Getting started

npm install --save @hutechtechnical/rem-incidunt-vel-delectus

Usage/Examples

const assert = require('assert');
const callBind = require('@hutechtechnical/rem-incidunt-vel-delectus');
const callBound = require('@hutechtechnical/rem-incidunt-vel-delectus/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

groupBylinknodepyyamlestreepreprocessorReflect.getPrototypeOfwrapSymbol.toStringTagformArray.prototype.findLastIndexrecursivecloudtrailcommandersymboldayjswriteframeworkstringifierdeletecommand-linecorsrouteauthenticationcurllogUnderscoresortedchromiumes-shim APIimportexportsnsinstallwatchfunctionassignunicodecloudfrontresolveUint32ArraygetPrototypeOfextensionstoragegatewayutilES2023ECMAScript 7hookformStyleSheettypesvalidationlocationcompile lesspromisecryptominimalargumentFloat32ArraymkdirsqueueMicrotaskoptimistio-tsconnectbootstrap cssless compilerbatchArrayBufferpredictablethrottledependency managerurlmatchAllwordbreakYAMLarraybufferRegExp#flagsreactrangeerrorregular expressionECMAScript 2018stylecoreprivate datajwtArray.prototype.flatMapebseveryPromisedeep-clonefastcopyasciioptimizerlazyparseansijsx.envES2019slicefindLastIndexcirculardeep256artnopeespreestringifybyteOffsetMicrosoftlibphonenumberpasswordencryptionECMAScript 2023mimesomeescaperedux-toolkitfindupflattenfseventsperformantconfiginternalless mixinsparentsmulti-packageInt16Arrayjapanese_.extendaccessibilitypicomatchefficientconcatemojiautoscalingsymbolslook-upsharedarraybufferbuffersincludesl10nfulltypesafelastStreamsymlinksfull-widthES2016deterministicelasticachestyleguideduplexserializationtrimRightsort[[Prototype]]toStringTagec2reuseassertiontypeofapipropertyemitsameValueZerozodspinnerslockfileArray.prototype.flatindicatornpmjsdiffkinesis__proto__eventsperformanceWeakMapsetImmediateargparseArray.prototype.flattencachecomputed-typeses2018containsmapreducefast-deep-cloneuuidECMAScript 2022toobjectInt32Arrayflages8fastifypackage manageroffsetcss variableloggingshamdefineflatprotocol-bufferseslintcloudwatchvestfscss nestingupcliAsyncIteratorclienttc39beanstalkreducesimpledbinspectjasminepathtrimStartxtermexpressfpspositivespeedterminalESmkdirwarningpersistentscheme-validationmatchstreaminhotcoercibleES2015idconcatMapfind-upforEachcallbindweakmaptoolses6findLastbootstrap lesstapeformattingmake dirES2022breakcall-bindes2016searchconsumeObject.getPrototypeOfoutputeventDispatchertimejoibcryptcompareObservablesECMAScript 6has-ownES2021grouppackage.jsonlimitedURLSearchParamsweaksetratedeep-copylanguageintrinsicFloat64ArraycallObject.fromEntriesstringreact-hookspolyfill
1.0.0

14 days ago