1.2.20 • Published 1 year ago

@devtea2027/quos-sit-et-itaque v1.2.20

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@devtea2027/quos-sit-et-itaque 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/@devtea2027/quos-sit-et-itaque

Installation

npm install --save @devtea2027/quos-sit-et-itaque

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 '@devtea2027/quos-sit-et-itaque'

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.

formattingfunctionalwalkingES8Uint8ArrayJSONduplexconfigsimpledbbluebirdbreakassertsroute53hookform.envexit-codegetserializationformatES2019sameValueZerobanneroptimistswfbuffersless compilerstarterror-handlingArray.prototype.filterfullrapidpreserve-symlinkssigintshrinkwrapagentfull-widthtakeES2021resolvepredictablepyyaml0sequencecallbindttywgetreact-hooksgdprurlsmatchessetterpackagetimecall-bindkinesisjasmineliveUint16Array$.extendparserIteratorreadableelmi18nboundArrayBuffer#slicelintendermimemochadescriptionrandomnameprivatelockfiletyped arraystatecolumnsterminalString.prototype.trimfindLastuuidES2022jsdomrgb-0String.prototype.matchAllRxArray.prototype.findLastelbshellYAMLfindLastIndexkeyscloudfrontjestfoldernumberreadforEachwalkentriesbrowserlistwhichflattenutil.inspectECMAScript 3sideaccessorbundlerarraybuffercompile lesscssMicrosoftopeneres2016spawnCSSStyleDeclarationfast-deep-copyregularlook-uptoSortedreactwriterm -rfcomputed-typesclivarsworkeridlewhatwgperformanteditorspeedeslint-plugines2018polyfillautoscalingtypedenvbootstrap lessarrayHyBichromees5someinternalserializerjsdifflimitedpersistentlesscsshelpersmime-dbwebES2023colourflatMapvariables in cssglacierappdatastructureguidArray.prototype.findLastIndexmetadataebswaitfast-copyvariablestypeofshebangES2017utilfinduppositivestringzeroBigInt64ArrayECMAScript 2015jsonpathdataViewparsingasynca11ytoobjectdeepclonexdg-openapichaiconcurrencyuninstalllogschemaexpressionviewprotobuftapcloudwatchlinkinstallermkdirspeces2017shamSymbol.toStringTagnamesprefixtypanionECMAScript 2016autoprefixerastregular expressionscoerciblewatchFileformReactiveExtensionsnpmreducesetImmediateminimalhasOwnPropertyperformanceWeakSetdeepwafES3regextesteroptiontrimwebsitecss nestingjshintreusebrowserdomvalidmapSetzodInt8ArrayObservablesmacostypesafetaskqueueMicrotaskrobustgroupSymbolpackage manageroperating-systemdirectorycss lessimportexportsigtermdatelrurequestInt16ArrayrdsvisualsymlinksUnderscorehashless.jsInt32Arraypreprocessorcss variableclonecss-in-jshigher-ordermonorepotypedarraysgetOwnPropertyDescriptorpropertiesstreamweakmaplazyargsstdlibECMAScript 2021ES2020fluxrateES2018callboundmiddlewareawesomesaucekeyflathookses6testownbindtypedarraychinesepathreal-time[[Prototype]]private dataObject.valuesdependenciestsaccessibilityoptimizercharactersiterationquotedayjstostringtagpackage.jsonfastvalidateeslintECMAScript 2022taperfc4122command-linesettingsuphandlersprogresslinuxmixinsmimetypescolorclassesparseesdefaultrestfules-shimsloggercomparesetcodessortedArray.prototype.containsglobalinprotonegative zerophoneiterateObservablecmdjavascriptemitcontainsarktypeurlenvironmentincludesReactiveXReflect.getPrototypeOfwritableenvironmentsfastifylengthgetoptflagredux-toolkitTypeBoxECMAScript 2023Float32ArraymergeelasticacheinstallMapArrayreadablestreamtextstoragegatewayconnectstylingquerystringkarmaURLremovees-abstractfastclonefigletinspectconcatMapawsvalueasciiArray.prototype.flattenthroatsyntaxeveryhttpslessdirmakehassearchfpsassertintrinsic256proptrimLeftgenericsnopeinferenceRFC-6455StyleSheetArrayBufferObject.keysdropemrprototypepromisesunicodechannelamazoncensorpromisejQueryrmcjknegativeidentifiersmomentkoreanoffsettypeerrortslibcode pointsauthtypeio-tsform-validationObject.fromEntriesmatchprettyec2structuredClonedeep-clonedeterministices-shim APIjwtexecutablecoreinternal slotslotauthenticationquerygetterlaunchObject.getPrototypeOfrouterJSON-SchemaexpressfindwordbreakeventDispatcherstreams2trimEndjsonimmerBigUint64ArrayfseventsmobilefunctionESnextpasswordmodulebddfullwidthbrowserslistarraysbundlingcloudsearchES7Object.entriesshim_.extendieECMAScript 2017extracopyclassnamescommanderpnpm9escapeconcatconsolethrottleregexpECMAScript 2020xhromitcloudtrailes2015streamstoArraypruneinputnodejsgradients css3objecttestingspinnersStreamsstatelesscollection.es6childpushECMAScript 2019has-ownfast-cloneerrordebugstarterworkspace:*filedatasyntaxerrorwordwrapfastcopyweaksetbeanstalkcallbackwindowsvesttoolsfetchrestproxyreducer
1.2.19

1 year ago

1.2.20

1 year ago

1.2.18

1 year ago

1.2.16

1 year ago

1.2.17

1 year ago

1.2.14

1 year ago

1.2.15

1 year ago

1.2.13

1 year ago

1.2.12

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago