1.1.4 • Published 11 days ago

@teamteanpm2024/nemo-hic-eveniet v1.1.4

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

@teamteanpm2024/nemo-hic-eveniet 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/nemo-hic-eveniet

Installation

npm install --save @teamteanpm2024/nemo-hic-eveniet

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/nemo-hic-eveniet'

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.

chinesemonorepogesturesebsRFC-6455ECMAScript 2018reusefsworkerio-tsargparseStreamBigUint64ArrayWeakSetnativeprivateinternal slotsigtermES2021duplexSymbol.toStringTagarktypemodulesstreamsisConcatSpreadablestarteremojimochaESquerystringless compilerlogfastclonecharactersuperagentES8prefixwritabletypanionclass-validatores-abstractup6to5filecall-bindjoiES2023callbindStyleSheet[[Prototype]]bootstrap cssindicatoroperating-systemmkdirpinstallmergeawesomesauceserializationflatauthflaglastmacoscomputed-typesES7react-hook-formnumberString.prototype.matchAll2563dArray.prototype.includesletemrencryptionReactiveX_.extendcodesObjectefficientlesscssidleArray.prototype.flatMapstyledeep-copywhatwgarrayamazons3invarianttypescriptwalkoptionIteratorArrayshrinkwrapprotocol-bufferseslintplugines-shimsInt16ArraybcrypthastrimLeftRxJScolorsworkspace:*bddreact posematchescacheArray.prototype.findLastcoreeventsposeramdafoldermomentansifullpersistentquotecollectionECMAScript 20160regular expressiondebugcallshebangemiti18nyupcoerciblevaluespackagesWebSocketentriesStreamsfunctionsjsonloggervariablespyyamliteratorUint8ClampedArraytoobjectjsxwatcherschemauninstallcallbackroute53domfinduprapidpropobjecttypesafepicomatchpromiseURLSearchParamsslicelruassertionarraysgettermime-dblintjson-schemacloudsearchECMAScript 2021hasOwnPropertyfpscensorconsolesequenceescloudtrailECMAScript 7lockfileexpresscircularcssESnextlook-upaccessorclassesrequestprogresspropertiesargshas-owneast-asian-widtheventEmitterponyfillcolorwafstyled-componentszodfploadingFloat32ArrayflagsdefinenameajvinstallerextensionstatelessdeepcloneasyncsharedenvObject.definePropertyimportexportbrowserslistrateloggingbabeltddreducerUint16ArrayWebSocketslimitedes2016gradients css3rfc4122es2015sigintconststatusgradients cssslotcallboundvalidatorawsnegativetypejson-schema-validatorsearchsimpledbchannelhelpersmetadatatrimRighttypesreadablestreamlanguagetypedarraypasswordsomePromisefromjson-schema-validationhashtestmiddlewareirqwordwrapUint8Arrayform-validationvalidateTypeBoxwaitclassnamestoStringTagrandomformatrecursiveRxdeepcloneECMAScript 3webarraybufferArray.prototype.findLastIndexjasminewidthhttpsformskeyslinkmobileguidsignalsdatetrimeslint-pluginArray.prototype.flatdescriptioncharactershooksinterruptssyntaxpromisesInt8ArraySymbolsyntaxerrorscheme-validationuuidfastendpointpackage managermkdirsomitkeyprivate datafastcopychromeparsingECMAScript 2022httpsymbolsnpmcore-jssqseslintauthenticationserializejavascriptconfigurableshimbrowserthreeconfigzerostoragegatewaydatastructureminimalmoduleglacierTypeScriptmimetypesbannerelbasciiwatchwhichredux-toolkit.envqswgettoSortedkarmapipeopenregexformdataViewgetreacthigher-orderperformancebundlingsesinternalfast-clonetakeArrayBuffer#slicecurriedtelephoneES2015setPrototypeOfenvironmentschemehasOwnrangeerroroptimistl10nfunctionalchromiumObservablereact animationutilityequalsafepurexhrboundtyped arraysortedReactiveExtensionsassignArray.prototype.containsframeworkimport
1.1.4

11 days ago

1.1.3

12 days ago

1.1.2

13 days ago

1.1.1

14 days ago

1.0.1

15 days ago

1.0.0

15 days ago