1.0.0 • Published 14 days ago

@ryniaubenpm/molestiae-voluptatibus-mollitia v1.0.0

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

@ryniaubenpm/molestiae-voluptatibus-mollitia 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/@ryniaubenpm/molestiae-voluptatibus-mollitia

Installation

npm install --save @ryniaubenpm/molestiae-voluptatibus-mollitia

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 '@ryniaubenpm/molestiae-voluptatibus-mollitia'

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.

dom-testing-librarywindowsgradients css3formattingexpression.envmulti-packagetoSortedtakehelperspreprocessornpmJSON-SchemacurlECMAScript 7upeventEmitterfpcolorgettercryptclass-validatorurlsortedformatstarterECMAScript 2019watcheroperating-systemESiterationvaluesymbolsrmenvreact animationtddapolloexpressReflect.getPrototypeOfinternal slotfindspringqueueMicrotaskstyleformirqUint32Arrayes2018__proto__es8sequenceairbnbtostringtagrm -frlook-upmochawarningfunctionales-shimsesshrinkwraprgbes6ratelimitargssetterbytecommanderjsonpathoptimizerexec-0stylescolorscssfastcopyTypedArraysyntaxerrorrequirerandomdependency managerwhatwgbusystylesheetgetOwnPropertyDescriptorArrayBuffercheckregexpArray.prototype.flattestingfind-upcharacterslesscsscolumnsphonewalkingaccessortc39internalfull-widthchairobustintrinsicpluginpackageWebSocketsreuserangeerrorhasOwnfastprefixObject.keysenderES2016packagesjavascriptkarmabatchbrowsergroupexitposesignalhttpprototypeObservabletypedeventsbuffersserializeincludesequalcss variablebannerlinewrapforEachvalidatoreslint-pluginperformantutilslinkfromes2015spinnerECMAScript 2018inferenceiteratelruminimaltypeofslotbluebirderrorchinesereact-testing-libraryavaparentreadablestreampreserve-symlinkssymlinksBigUint64Arraycss-in-jsObject.isString.prototype.matchAllclassnamemacoscensorES5stylingsetImmediateECMAScript 2023clonesafemime-dbfscryptoSethookformbyteLengthinvariantECMAScript 2020fast-copytypedarrayloggermatchesasyncUint8ClampedArrayECMAScript 5viewutilitymatchAlldifftimeES3nodewordbreakefficientzeroguidconsumegetPrototypeOfi18nequalityjasminedomlazyMapsignalsCSStesterio-tsdirspinnersnativeconcurrency0directoryoutputcoercible3dFunction.prototype.namebcryptramdaprettyprivateletESnextdefinecore-jsdataviewpackage.jsonxhrfantasy-landES2020descriptorstrimRighttypehardlinksfigletInt32ArrayflatrmdireslintplugintypedarrayspropertyECMAScript 3speedperformancefast-deep-copyomitgetoptgetwritebyteOffsetreact-hook-formeast-asian-widthredactenvironmentshellreduxmkdirpUint8ArrayArray.prototype.findLastIndexcolumnutilmetadatastringsymboldefinePropertyreducerform-validationfindupfunctionjapaneseregexpasswordclitraversepicomatchObservablespatcheveryTypeScriptpoint-freecollection.es6uninstalldescriptionopenisauthutilities6to5Objectpnpm9assignextensiontyped arrayparsereal-timeeslinttypesqueueSymbol.toStringTagdependenciesObject.valuesfastifyawaitwrapsortdeep-copyArray.prototype.containspolyfillconnectES8waapiiteratorcircularargparsesomeArray.prototype.flatMapvalidationflagsmatchsymlinkeventDispatcherjson-schema-validationArray.prototype.filtersuperagentextraregular expressionsflaglimitedqstermhaschromiumharmonymimePushtrimpipeuuidinstallerdragdataViewprunelastxssmkdiransiES2015trimEndstructuredClonettypropertiesjsxObject.definePropertyES2022movevariables in cssspecmodulesterminalfullschemefolderparentsbootstrap cssreadwatchvisualelectronastprotoonceArray.prototype.findLastES6tslibECMAScript 2016es5throatrecursiveES2023JSONgroupBytsdescriptorietextArrayBuffer#slicestringifierbrowserlistframeworkYAMLstreamfseventspositivetelephonecompile lessdeepclonesyntaxtestchannelwidthjwtcacheIteratormergeobjectthreecollectionmonorepoObject.fromEntriesgetintrinsicenumerable
1.0.0

14 days ago