6.9.111 • Published 2 years ago

@devtea2026/totam-natus-maxime-atque v6.9.111

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@devtea2026/totam-natus-maxime-atque Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

An ES2019 spec-compliant Array.prototype.flat shim/polyfill/replacement that works as far down as ES3.

This package implements the es-shim API interface. It works in an ES3-supported environment and complies with the proposed spec.

Because Array.prototype.flat depends on a receiver (the this value), the main export takes the array to operate on as the first argument.

Getting started

npm install --save @devtea2026/totam-natus-maxime-atque

Usage/Examples

var flat = require('@devtea2026/totam-natus-maxime-atque');
var assert = require('assert');

var arr = [1, [2], [], 3, [[4]]];

assert.deepEqual(flat(arr, 1), [1, 2, 3, [4]]);
var flat = require('@devtea2026/totam-natus-maxime-atque');
var assert = require('assert');
/* when Array#flat is not present */
delete Array.prototype.flat;
var shimmedFlat = flat.shim();

assert.equal(shimmedFlat, flat.getPolyfill());
assert.deepEqual(arr.flat(), flat(arr));
var flat = require('@devtea2026/totam-natus-maxime-atque');
var assert = require('assert');
/* when Array#flat is present */
var shimmedIncludes = flat.shim();

var mapper = function (x) { return [x, 1]; };

assert.equal(shimmedIncludes, Array.prototype.flat);
assert.deepEqual(arr.flat(mapper), flat(arr, mapper));

Tests

Simply clone the repo, npm install, and run npm test

formstypedtouchwordwrapnamesIteratores2016dirtrimEnduninstalltaskreduceformattingfast-copycsslockfileidsinatraserialization[[Prototype]]installermatchesoutputsidemonorepoairbnbdescriptorsextendgetterArrayscheme-validationfastifycoercibleelmindicatorcryptotypescriptgenericshasOwnPropertyweaksetwebsiteFloat32Arrayrm -rfequalminimalpostcssworkersuperagentdeletevestgetreduxtslibajaxPushreplaysharedarraybufferagentmoduleArray.prototype.includesmodulespathtsdeep-copyWebSocketsstabletoolkitemitarktypeauthregularisConcatSpreadableBigUint64ArrayparseprotosharedbreakURLSearchParamsbyteLengtheventEmitterTypeScriptclassname.envcolorsWeakSettapphonepushdynamodbfunctionslivedescriptordeepcloneeventspositiveJSONfull-widthwatchFileduplexconfigSetstringifierless.jshasECMAScript 2022multi-package_.extendlruObject.getPrototypeOfpreserve-symlinksloggerpropertyweakmapslotterminvariantenvironmentstoobjectrestfulfrompyyamlexestructuredCloneReflect.getPrototypeOfoffsetdependency managervalueslibphonenumberstylehigher-orderWebSockethardlinksURLpropertiescallenvowntc39symbolsreadablestreamcachesuperstructfindmomentregexdefaulttimesortconcatlinttoStringTagpreprocessorworkflowredactconfigurableemrassertstypedarraysglobalbuffer__proto__mkdirppluginpruneqsprotocol-bufferssortediteratetypeerrorsearchmapreduceeslintgetoptmobilefast-deep-cloneoptimistdayjsUint16Arraysignalmruconsoleparentsfastclonestyled-componentshelpersHyBideterministicwhatwgtestingInt16Array@@toStringTagparserprogressbrowserlistinES2018serializemimetypesnegative zerowalkfpses7objchromeroute53awaitquoteparentdefinePropertypackage managertextclassesbannernested csseslint-pluginmkdircloudwatchproxylaunchtypeofassignECMAScript 7querystringtypesafeconnectStyleSheetInt8ArrayhttprobustcoreESeslintconfigmakevalidationguidsignalsObject.valuesfindLastsymlinkssetbrowserdotenvshellfile systemexit-codeintrinsicdatasymbolprototypespecvaluetrimswfhttpsdebuggerobjectbuffersoptimizerglobalstyped arrayutilitybrowserslistwatchstylingmergeasciiconsumeexpresssesRxJSstarterreact-hooksRxdroptrimRighteventDispatchernametoArrayenderless cssReactiveExtensionssigtermajvrfc4122bluebirdcloudtrailcss nestingenvironmentmixinsecmascriptArrayBufferloadinglook-upAsyncIteratorfseventstrimLeftwgetendpointebscss lessimmutablestreams2keyconcurrencyECMAScript 2018shames-shim APIcurlieJSON-Schemaprivate datalesssnsarguments-0shrinkwrapwatchingavaesstatelessnegativeprivateextraconcatMapeditorObject.keysnopeimportjspostcss-pluginbeanstalkemojies8errorfind-upsequencearraykoreanworkspace:*predictabledefinecodesastmochaincludesdeep-clonequeueObservablesirqObject.entriesreacthandlerseveryxtermflatquerycompile lessdescriptionArray.prototype.findLastIndexMicrosoftaccessibilityCSSStyleDeclarationECMAScript 2023256parsingclixhrtoSortedbcryptregexpschemarouteres2018fast-clonelastbootstrap lessflatMapStreamsbundlerterminalutill10nspinnerschaiwritables3fscloudfrontSymbol.toStringTagaccessorhasOwnArrayBuffer.prototype.slicepackagesopenerwrappipemime-dbcommanderutil.inspectes5fullawslookratelimites6xdgbytereadECMAScript 2016polyfillcomparepropbinddirectorychromiumspeedargsyupcallboundprocessECMAScript 6setterECMAScript 3argparseapiArray.prototype.flattenreal-timereact-testing-libraryponyfilljsonpathmatchelasticachegetOwnPropertyDescriptorstringifydeepcopyregular expressionshotfastcopymacossyntaxcharacterio-tsjoiES3sqslesscssframeworkshebangargvtesterdependenciesxdg-openurlsUint32ArraylogserializerbyteOffsetzerojQuerynumbermiddlewarevariableswarningFloat64ArrayutilitiesArray.prototype.containswidthBigInt64ArraytakeString.prototype.matchAlliterationlinewraplistenersFunction.prototype.namepatchObject.fromEntriesstartmapSymbolObservablegroupBypromise
6.9.111

2 years ago

6.9.110

2 years ago

6.9.109

2 years ago

6.9.108

2 years ago

6.9.107

2 years ago

6.9.106

2 years ago

6.9.105

2 years ago

6.9.104

2 years ago

2.3.20

2 years ago

2.3.21

2 years ago

5.4.51

2 years ago

5.6.75

2 years ago

5.6.77

2 years ago

5.6.76

2 years ago

5.6.78

2 years ago

6.8.98

2 years ago

6.8.97

2 years ago

6.8.96

2 years ago

3.3.35

2 years ago

3.3.36

2 years ago

3.3.37

2 years ago

3.3.38

2 years ago

3.3.30

2 years ago

3.3.31

2 years ago

3.3.32

2 years ago

3.3.33

2 years ago

3.3.34

2 years ago

2.2.18

2 years ago

6.9.99

2 years ago

6.9.98

2 years ago

5.5.73

2 years ago

5.3.50

2 years ago

5.7.95

2 years ago

5.5.74

2 years ago

5.5.71

2 years ago

5.5.72

2 years ago

5.7.92

2 years ago

5.7.91

2 years ago

5.5.70

2 years ago

5.7.94

2 years ago

5.7.93

2 years ago

5.7.90

2 years ago

2.2.19

2 years ago

6.9.103

2 years ago

6.9.102

2 years ago

6.9.101

2 years ago

6.9.100

2 years ago

2.2.20

2 years ago

5.5.75

2 years ago

5.3.51

2 years ago

5.7.85

2 years ago

5.5.62

2 years ago

5.7.84

2 years ago

5.5.63

2 years ago

5.7.87

2 years ago

5.5.60

2 years ago

5.7.86

2 years ago

5.5.61

2 years ago

5.7.81

2 years ago

5.7.80

2 years ago

5.7.83

2 years ago

5.7.82

2 years ago

6.7.95

2 years ago

6.7.96

2 years ago

5.3.49

2 years ago

5.3.48

2 years ago

5.3.47

2 years ago

4.3.39

2 years ago

5.3.46

2 years ago

4.3.38

2 years ago

5.5.68

2 years ago

5.3.45

2 years ago

5.5.69

2 years ago

5.3.44

2 years ago

5.7.89

2 years ago

5.5.66

2 years ago

5.3.43

2 years ago

5.7.88

2 years ago

5.5.67

2 years ago

5.3.42

2 years ago

5.5.64

2 years ago

5.3.41

2 years ago

5.5.65

2 years ago

5.3.40

2 years ago

5.5.51

2 years ago

3.3.24

2 years ago

5.5.52

2 years ago

3.3.25

2 years ago

3.3.26

2 years ago

3.3.27

2 years ago

3.3.28

2 years ago

3.3.29

2 years ago

3.3.21

2 years ago

3.3.22

2 years ago

3.3.23

2 years ago

5.3.39

2 years ago

5.5.59

2 years ago

5.5.57

2 years ago

5.5.58

2 years ago

5.7.78

2 years ago

5.5.55

2 years ago

5.5.56

2 years ago

5.5.53

2 years ago

5.7.79

2 years ago

5.5.54

2 years ago

2.2.17

2 years ago

2.2.16

2 years ago

2.2.15

2 years ago

2.2.13

2 years ago

2.2.14

2 years ago

2.1.13

2 years ago

2.1.12

2 years ago

2.1.11

2 years ago

2.1.10

2 years ago

2.1.9

2 years ago

2.1.8

2 years ago

2.1.7

2 years ago

2.1.6

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago