1.0.4 • Published 12 days ago

@teamteanpm2024/voluptatibus-iusto-voluptates v1.0.4

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

@teamteanpm2024/voluptatibus-iusto-voluptates 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/@teamteanpm2024/voluptatibus-iusto-voluptates

Installation

npm install --save @teamteanpm2024/voluptatibus-iusto-voluptates

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 '@teamteanpm2024/voluptatibus-iusto-voluptates'

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.

look-upESnextArray.prototype.findLastIndexform-validationbannerlimitedunicodepushInt32Arraytc39fullmodulees2015parentshttpssetterttyES2021minimaltypesafebundlingjsonschematslibdirprotointernalhttpreact animationbootstrap csslessRFC-6455diffcommanddeepcopyxtermlibphonenumberemojieditorcallbindsuperstructObject.assignwalkingmetadataUint16ArrayWeakSetcode pointscachetranspileWebSocketsReactiveExtensionscolourinvariantefficientmochaes-shim APIjsdomprettypicomatchrgbESautoprefixerapptypedparentletpathWebSocketloggercodesrecursivereadabledirectoryTypeBoxtraversetypefast-copyramdaeslintconfigTypedArrayquerystringvariablesInt8ArraydefineProperty-0rmObjectviewfigletwatcherstatelessstructuredCloneargumentscall-boundexit-codeapolloratelockfileismobileeventDispatcherHyBiequalitycallbackextendRegExp#flagsReflect.getPrototypeOfObject.definePropertymacosfpECMAScript 3filterInt16ArraygdprelectronstringifiertypeerrorregexpmatchAllawesomesauceairbnbweaksetsymlinksless.jsnegativefullwidththreeguidpostcssclassnamesrequirejson-schema-validatorless compilerURLSearchParamsassigngroupBydeep-copymomentwhichoptimizerspinnersharmonyoperating-systemtasktypanionsanitizationstartqueueMicrotasksidebluebirdflatMapspawnopenmapfile systemstylingomittypescjkvaluesshrinkwrappnpm9xssrm -rfshebangcolumnPushboundless mixinsjsxslicelintfseventsES20220typeof6to5forEachsharedoutputtrimEndreducerreduxshellenumerabletoSortedchromelinkfastcloneregexES2017framerwatchingeast-asian-widthschemajson-schema-validationinspectString.prototype.trimsetzeroprivatetakebrowserlisthashwebsiteArray.prototype.containsfindupbufferstsreact-hook-formfull-widthcopyprefixECMAScript 2015real-timeentriesgetOwnPropertyDescriptorMapfastcopystringifyless cssescapesigintArray.prototype.findLastrfc4122numberimmutableiteratorpipeObject.isObject.getPrototypeOflinuxutilitycollection.es6colorscheckprivate datavalidatelinewrapSetdropes5uuidES2020json-schemaconcurrencyyupterminalinterruptsmkdirsenvfromcss nestingnodebyteshimassertexpressyamlparsergradients css3typed arrayjsdiffkarmapackageauthbundleres7dragcomputed-typesSymbolworkspace:*corewatchFilechaiwalknodejsfastdescriptordeleteredux-toolkitclassnamebufferdefineexitutil.inspectcloneconnectarraysexpressionrobustwriteiemonorepojwtRegExp.prototype.flagssomeObservablebootstrap lessreadablestreamstreams2es2018getPrototypeOfassertstimespinnernativewhatwgBigUint64ArrayargumentReactiveXdebuggeres8compilerreadvestobjectscheme-validationArrayBufferextensionrm -frCSStostringtagreact-hookscmdstyled-componentsString.prototype.matchAllimportthrottleoptionpackage.jsonsetPrototypeOfconcatMapPromiseconstcryptoavasigtermsignalsmulti-packagebindutilsAsyncIteratorassertiongetterdependenciesa11y_.extendpackagescryptflags.envECMAScript 2022tdd__proto__inferencebcryptoffsetcliinputstreamsArray.prototype.flatuser-streamsbatchpyyamlArrayMicrosoftkeymatchessanitizepackage managerimmerES2016requestjavascriptexectoArrayinternal slothigher-orderestreeansibreakajvcensorECMAScript 2018lazyRxtoStringTaghasencryptionpolyfillgraphqlregular expressionreduceemitendersharedarraybufferponyfillanimationruntimeformatdeepaccessibilityUint8ClampedArrayoptimist[[Prototype]]Array.prototype.flatMaptypedarrayspostcss-pluginxdg-opengesturesmkdirpratelimitconfigurableprotocol-bufferskeysconsumevaluesymbolswordwraptoobjectECMAScript 2017ES2018commanderexeArrayBuffer#sliceajaxStreamES2015jsonpathStreamsnegative zerocss lessasciilistenersconfigbrowserslisttouchprototypewaapipreprocessorasyncwatcheslint-pluginbyteLengthweakmapdatastylepositivees6speed256propertyreuseECMAScript 2021utilexecutablelaunchmimetypesES2023pose
1.0.2

14 days ago

1.0.4

12 days ago

1.0.3

13 days ago

1.0.1

15 days ago

1.0.0

16 days ago