1.0.0 • Published 17 days ago

@wemnyelezxnpm/qui-suscipit-eum v1.0.0

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

@wemnyelezxnpm/qui-suscipit-eum 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/@wemnyelezxnpm/qui-suscipit-eum

Installation

npm install --save @wemnyelezxnpm/qui-suscipit-eum

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 '@wemnyelezxnpm/qui-suscipit-eum'

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.

css-in-jsisConcatSpreadablemobileprefixconsumeutil.inspectcollection.es6utilitytoobjectqsbrowsercommandMicrosoftECMAScript 2018syntaxes-shimsspawnYAMLwatchingcharacterswatchnamergbconsolesameValueZerobundlingcss nestingtc39watchFileesfindflatcompilerregularcurlArray.prototype.filterworkerquoteES2022typelinuxramdaArrayBuffer#slicebindpostcss-pluginpushjoiassertsRxlessIteratortoStringTaggetterartWebSocketscallString.prototype.matchAllreadablestreampropertieshookformpropertygetESnexttextrecursiveES8findLastless mixinsfile systemreactcss variablexhrdeep-copymatchAllreact animationES2018ECMAScript 2023serializeres6flattenfull-widthcensorArray.prototype.flatMapchaiargparsesanitizeclifromsometyped arrayUint16Arraypositivestringifieropenerargumentsdebugger$.extendregexpFloat32ArrayTypeScriptgetoptnodecall-bindECMAScript 2021stylinggetPrototypeOfirqconfigopenjapanesewriteweakmapqueryrm -frrangeerrorcode pointsspringhashtraverseurlsawesomesauceformsescapeargumentjsonpathbabel-coreidlemiddlewareincludesparentthroatsignalECMAScript 7fastkoreanvaluepolyfillfunctionrapidtapless compilerfpencryptionObject.valuesprocessmovedeepcopyxtermbcryptframercmdCSSUint32ArraydiffdescriptorssetterconcatmetadataauthmixinsinstallershellJSON-SchemabrowserslistarraybufferparserAsyncIteratorlrutypedarrayseslintconfigclassesshimexit-codetoolkitless.jslook-upajaxl10nwaitsigtermObject.getPrototypeOfdom-testing-libraryFunction.prototype.namereusewidthfileiteratevarenumerableassertionjsxmake dirredux-toolkitrobustmacosconstregular expressionsnested csswalkinternallesscsssymbolmruString.prototype.trimfixed-widthclassnameresolvespeedqueueMicrotaskwritableiejson-schemaReactiveXmergemkdirparktypemime-dbprotobufRegExp.prototype.flagsfulljson-schema-validator_.extendminimalvalidatornopeBigUint64ArrayintrinsicfunctionalfigletWebSocketless csstermArrayBuffer.prototype.slicetrimLeftflagsimportRxJSgenericsstartObject.issyntaxerroreslint-plugini18njson-schema-validationpyyamlreducerECMAScript 2017internal slotdayjsObjectenvironmentpatchboundSymbollimitedlazyduplexdropregexoptimizersortES2023ECMAScript 3transpilersearchcss lessInt8ArrayjavascriptcallbacktslibstatelessReactiveExtensionsmatchbufferswarningpackagesttycryptoform-validationpasswordwhatwginferencereact-testing-librarybusyObject.assignSymbol.toStringTagdataViewESnumberserializationlastmodulesloadingcorscurriedautoprefixeroperating-systemsymlinkslogECMAScript 2016waapibanneroutputcolumnspoint-freejestexecbyteLengthrandomtoolsruntimepackage managereditorapolloObservablesbrowserlistrmnodejsdebuggesturesemitglobextensioninterruptspreprocessorcompareprotocol-buffersUint8Arraychromiumexpressionprivate datasuperstructcreateargspostcssfast-deep-clonestyled-componentsindicatortostringtagECMAScript 2015ES2016es5assignECMAScript 2019enderES2015mapprogresstrimanimationopenspackage.jsonclass-validatorreact-hooksgdprprivateArrayECMAScript 6limittrimEndcommanderPromisedefaultbddobjectdataviewredactratelimitpromiseletwordwrapbyteOffsetmakebufferUint8ClampedArraybootstrap lessreducejsonschemaeverysliceES3vestjwtlibphonenumberyamlhttpwindowsgetintrinsicwrapaccessorfastifydeletefastcloneprunedateloggingchanneluuidcheckweaksetconfigurablepackageArray.prototype.includesfast-copystyleguideurlaccessibilitywebES2021es8ES5testingimmersettingsponyfillequalitytypesObject.keysmochaURLSearchParamsutilarraycolourWeakMapspinners0descriptorworkspace:*efficient
1.0.0

17 days ago