1.1.19 • Published 3 days ago

@devtea2026/rem-doloremque-possimus-ratione v1.1.19

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

@devtea2026/rem-doloremque-possimus-ratione Tweet

logo

GitHub Repo stars Website Node.js CI npm Coverage Status npm.io

A modern JavaScript tooling library for asynchronous operations using async/await, promises and async generators.

This library is a modernized alternative to a lot of libraries like Async.js that were created using the legacy callback style to handle asynchronous operations. Its goal is to be as complete as any of those libraries while being built from the very beginning with async/await and promises in mind.

See the documentation.

  • Exclusively uses async/await, promises and async generators in its code, tests and documentation.
  • Has low bundle size.
  • Has 100% code coverage.
  • Bundled for ESM modules, CommonJS and UMD.
  • Works in node >= 8 and in the vast majority of browsers (very old browser compatibility can be achieved using Babel and shims).
  • Has Typescript support.

Stargazers repo roster for @nicolas-van/@devtea2026/rem-doloremque-possimus-ratione

Installation

npm install --save @devtea2026/rem-doloremque-possimus-ratione

Or use jsDelivr to get the UMD version. The content of the library will be available under the modernAsync global variable.

Usage

import { asyncMap, asyncSleep } from '@devtea2026/rem-doloremque-possimus-ratione'

const array = [1, 2, 3]
const result = await asyncMap(array, async (v) => {
  await asyncSleep(10)
  return v * 2
})
console.log(result)

See the documentation for the rest.

Migrating from version 1.X to version 2.X

See the migration guide.

Changelog

The changelog.

Contribution Guide

The contribution guide

License

The license.

sigtermbyteOffsetpasswordeslintconfigcloudwatchomitopensmochatesterobjectES2020directorycorspackageflatMapmergeestreeSymbolfsvalidatebufferEScallrmdirbusyarraymobiletypanionscheme[[Prototype]]sortutilitykoreansignalsyntaxreplayopenercollection.es6css-in-jsprefixmovehttpwatchingshrinkwrapmixinsrecursiveenvironmentsbannerMicrosoftarraybuffervalidationxdgObject.assignserializerwordbreakframeworkmodulejwtAsyncIteratorclassnamessymlinkss3avaReflect.getPrototypeOfES2021ArrayBuffer#slicees7colortape0internal slotwarningimportexportlruReactiveXenumerablecopyObservablefunctionsexecutablestringifyasciiRFC-6455jshinturlswritablevariables in cssunicodeECMAScript 2016Arraycompile lessESnextgroupByshebanguuidredux-toolkiteast-asian-widthes5sinatrabluebirdpathartsharedzodschematypedconcatMapthrottleuninstalltouchstyled-componentsfunctionalflagses8commanderRxJSwhatwgSymbol.toStringTagFloat32Arrayprototypeclionceexebundlerwhichmacosvpcperformancemimetypesmatchestypedarraypromiseserror-handlingES3findLaststylesheetaccessibilitymimeastregular expressionwaftoStringTagstyleRegExp#flagsowneventEmitterpicomatchhasOwnPropertystdlibpreserve-symlinksindicatorqsdynamodbutil.inspectrobusttakeStreamsgetoptextendecmascriptairbnbnodejsfast-deep-copyperformantconcatbindprivate datadirclassnameclassessafelinuxautoscalingInt8ArrayprotostreamsfunctionassertsisConcatSpreadablees2016globalhandlersprocessreadablenested css-0less cssUint16ArrayfromtypeofgdprInt32ArraystringtypedarraysnamewatchFileimmerArray.prototype.flattenduplexbddargumentcssarktypeamazoninterruptsregular expressionsnpmcloudfrontrequestmomentECMAScript 2015chromeES2019columnsdayjsyamlfseventssymbolstyped arraygroupratemapseshardlinksString.prototype.matchAlllimitedapientriesjQuerynumberArray.prototype.filtersameValueZeropropertyjsdiffpyyamlrestsignalsparsemapreduceconfigurableendpointqueueMicrotask@@toStringTagweakmaputilitieselmcacheeveryPushbundlingcompilerspinnerBigInt64Arrayio-tsfolderhasOwnlook-upextrabeanstalktrimRightWebSocketsstatusloadingimmutableECMAScript 2018setswfopencollectionreducerproxyPromiseECMAScript 2020websiteslotObject.valuesboundasyncObject.getPrototypeOfauthdataajaxkeysinstallerreact-hooksBigUint64Arrayrangeerrordefinecloudformationcode pointsxtermiamJSON-SchemaesdiffchaiworkercheckcircularsigintES7setImmediateexecECMAScript 2023querybyteLengthchannelwatchbootstrap lessrdsworkflowmime-dbwrapchineseinoutputcoercibleECMAScript 7wgetponyfillconsumefull-widthelectronequalitystarterec2setPrototypeOfquerystringrequiresearchserializationdropyupglobspeedFunction.prototype.nameES2016ebstrimisInt16ArrayprivateStyleSheetdeletetoolkitpostcssspawneventDispatcheroptimizerresolvevestregexworkspace:*multi-packageObject.definePropertyslicejoifigletvalueMapfindLastIndex$.extendpromiseES2022plugintimesuperstructtermdataViewquotedebuggercallbackUint8ClampedArraystatergbdom-testing-libraryhotcreatedomvarsfetchpackage managernegative zerocryptlesscssthroateslint-pluginlookES2017curljsdomstoragegatewaydependenciesdefaultmkdirssymlinkJSONpushglobalsObject.isconfigWeakSetUint8ArraychildconnectdatastructureparserinstallstructuredClonetypeerrorcolorslintweaksetstyleguidea11yawsES2023stylingtypesafeiteratemkdirrm -frURLSearchParamsiel10nhooksbrowserlistgetterloadbalancingansiguiditeratorlogginginspectfast-copyless mixinsstreams2predictableArray.prototype.flathas-ownidfind-upexpressionsimpledbtostringtagreadnativewritespinnersObject.fromEntriesdefinePropertyUnderscorecryptonegative
1.1.19

3 days ago

1.1.18

4 days ago

1.1.17

5 days ago

1.1.16

6 days ago

1.1.15

7 days ago

1.1.14

8 days ago

1.1.13

9 days ago

1.1.12

10 days ago

1.1.11

11 days ago

1.1.10

12 days ago

1.1.9

13 days ago

1.1.8

14 days ago

1.1.7

15 days ago

1.1.6

16 days ago

1.1.5

17 days ago

1.1.4

18 days ago