1.0.0 • Published 17 days ago

@rabiepenpm/iste-aut-suscipit v1.0.0

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

@rabiepenpm/iste-aut-suscipit 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/@rabiepenpm/iste-aut-suscipit

Installation

npm install --save @rabiepenpm/iste-aut-suscipit

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 '@rabiepenpm/iste-aut-suscipit'

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.

resolveeslint-pluginesreact-hook-formlook-upjsonpathtrimEndtraversecss nestingObservableinterruptsasyncflagCSSObject.keyses2016hookformjson-schema-validationmatchBigInt64Array_.extendjapanesetacitlistenersdependenciesgroupspecchanneldescriptorsES2015buffersless compilervestbcryptstatusio-tsfigletvariableslooklimitECMAScript 5BigUint64Arrayreact-testing-libraryES2019requestaccessorexitnpmcurles8Object.valuesargumentsvisualnameReactiveExtensionstoobjectconfigurableguidObject.getPrototypeOflintsortedfastcopyES2020timetestingfast-cloneES3prunetrimStartprivateFunction.prototype.namehigher-ordergetpostcss-pluginwindowsconstECMAScript 3colourtypescripti18nbundlingutil.inspectES2016hashcontainscensorless.jsfast-copyequalityfunctiontypesaferfc4122Reflect.getPrototypeOfgradients css3[[Prototype]]jsdomArray.prototype.containswidthxdgcharacteruninstalldirrgbstyled-componentsfast-deep-clonewalkpromisesES7outputflattenmkdirpObject.isstringifierperformantcallStreamstypanionprivate datatranspilershellclassnameparentsnumberjoifixed-widthletextraeventEmitterdatelengthjsonObservablesfile systemobjecttypedarraybrowserlistECMAScript 2022modulespackage.jsonhandlersInt32Arraymkdirposeelectronvalidateless cssbdderror-handlingwriteES2021core-jsdataviewcjkoffsetECMAScript 7globdeepcloneajaxmimespinnersentriesworkspace:*isestreeoperating-systemsignalswordbreakArray.prototype.flatMappiperegular expressionextensionUint8ClampedArraytyped arraybundlergetopteslintRegExp#flagsqstranspileslicetypehardlinkscmdutilopeneridencryptionwgetes2017ES5RxJScsses-shimsuuidrmdiranimationpopmotionopenswritableFloat32ArraylaunchfpArray.prototype.filterefficientString.prototype.matchAllstructuredClonechromiumtapeconnectCSSStyleDeclarationtrimfulldefinecolorscss lessdeep-clonewaapibootstrap lessinstalltc39Setinternal slotzodterminaloncelinuxcopyless mixinsreadbootstrap cssparentajvlruES6es-shim APIcollection.es6negative zerofull-widthRxpropertiesnameswarningcall-bindsettingsESramdayamltestergradients cssauthenticationfromextendwatcherES2017debugopenoptimistES8pluginsideobjformsgetOwnPropertyDescriptorexit-codedatalesscsspropkarmafilterlinewrapgesturesexpressimportxhrtypedtasktsworkersetbluebirdprocessexepostcssvarHyBiescapereal-timetapindicatorECMAScript 2017nopepathnegativecallbounderrorperformanceieStreamiteratecallbackmatchesthrottleRFC-6455includesutilitypackagesetPrototypeOfSymbol.toStringTagsharedarraybufferArray.prototype.findLastmaparrayfilesuperagentdayjsES2018byteOffsetjsxECMAScript 2023compareStyleSheetwatchingeslintconfignodesigintstylesInt16ArrayReactiveX6to5watchFile0minimalbrowserslistnativefetchhasOwngraphqlclassnamesdefaulturlslogqueueMicrotaskclientmime-dbsigtermArrayBufferSymbolpromisedeterministicflatECMAScript 2021RegExp.prototype.flagsUnderscoreenderrategenericsinferenceprotoargparsereadablecliserializationawesomesauce@@toStringTagwrapexecutablepolyfillupwhichshrinkwrapECMAScript 2016authhttpsECMAScript 6argsmakevalidatorxtermthreepreserve-symlinkses2018dom-testing-librarydragiteratorjasmineruntimeeast-asian-widthregulardiffthroatbabel-corepnpm9queuedescriptorArrayBuffer.prototype.slicebrowserweakmaptypeofdeletejwtstreamsdebuggerIteratorfolderstatelesssearchmake dirapollozerocreateObject.entriesjsonschemalibphonenumberdotenvbabelreducerinvariantbindbyteLengthsanitizationweaksetprefixspinnerPushstarterconsolewhatwgasciisymbolscryptolockfileWebSocketsa11yyuptypeerrorcollectionjavascript
1.0.0

17 days ago