1.0.0 • Published 1 year ago

@f1stnpm2/odio-consequatur-nihil v1.0.0

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

@f1stnpm2/odio-consequatur-nihil 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/@f1stnpm2/odio-consequatur-nihil

Installation

npm install --save @f1stnpm2/odio-consequatur-nihil

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 '@f1stnpm2/odio-consequatur-nihil'

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.

writecss nestingTypedArraytswhatwg[[Prototype]]spawnincludesinspecttypesauthcharacterpropertiesgetterMicrosoftvpc.envzeroObject.fromEntrieswgetTypeScriptconcurrencylockfileCSScodeses2018variableswordbreaktc39rm -frECMAScript 2022callboundtapeshimendpointpreserve-symlinksbrowserslistUnderscoreperformantECMAScript 2021signalargvwritableRFC-6455comparestatusStreamsgetintrinsicfindupmatchAllmake dirponyfillarraybufferdataES2023jshintlimitedguidgenericsdeep-copycode pointsinternal slotmkdirpsespromisecolumnsdiffhelperswalkingruntimerestplugingroupByconnectspecmomentutilhotArrayBufferjsonlinkfastcopyarraycommandInt8ArraypicomatchbindES7invarianttypesafespinnerIteratorl10ntypeerrordebuggerdefinebyteOffsetoptimistmakeredactsignalsdescriptionCSSStyleDeclarationRxJSstdliblastArray.prototype.flatrequeststarterlimites8parseRegExp.prototype.flagscore-jshasOwntypaniones-shimsfullsyntaxlrucompile lesscloudwatchFloat32ArraywebsiteprototypeshebangECMAScript 2018es-shim APIjsdiffESpropclassnamermdirrangeerrorwhichsortedtrimRightstyled-componentscryptframeworkelmvarsdropformatcliES2019less cssinstallpatcheslengthdescriptorsstylingkeybundlerObject.valuesStyleSheetenderdataview@@toStringTagcoerciblechromiumfindLastflagavatestersuperstructcallansiworkerswfurlObject.definePropertyxdgES2020cachegetbannerkinesismacosgdproperating-systemviewflagsvisualsymbolsettoolkitwatchcss-in-jsformslogproxytoSortedaccessorequalitya11yqueueMicrotaskreducecircularWebSocketFunction.prototype.nameprotoeventsnativequotethroatES2016authenticationinBigUint64Arrayassertionpreprocessorfunctiondeepclonecomputed-typesemitArrayjasminebyteLengthstylesheetcollectionloadingconsumelivemixinsunicodesharedarraybufferforEachfolderefficientdependency managerappresolvelinuxasyncECMAScript 3lookcommandersharedtextlintsnsnamecontainsexpressionSymbol.toStringTagmrusigintstringifierquerystringcolourwaitautoscalinggetoptchanneldirectoryimmertoArrayjsless.jsoffsethandlersrestfuloptiontrimLeftfast-copychildmiddlewarefetchhttpsTypeBoxencryptions3typescriptstreamsjsxtostringtagcjksameValueZerouninstallgrouppredictablesomeES2018mimeratelimithasstartArray.prototype.findLastwindowsArray.prototype.filterweakmapcorereadabledeterministicrandomfpsObject.getPrototypeOfroute53typeofmochaenvfast-deep-copylesssuperagentio-tshookformebsremoveReactiveXpyyamlECMAScript 2020simpledbclass-validatorconcatMapschemaserializeAsyncIteratorperformanceprogresscsslook-upslotvalidation256package.jsonjavascriptcallbindarktypees6toStringTagrequiretslibfull-widthECMAScript 2023String.prototype.trimprettybusyconsolesymlinksRegExp#flagsopenes2017prunefile systemiterationjapanesecopyloggingsearchhardlinksdependenciesuuidObject.isnegative zerobluebirdreal-timestablereadablestreamECMAScript 2017webfast-clonescheme-validationinputnpmtrimStartregexwatchFileWeakMaprdstypedobjextraajaxpersistentspeedjsonpathcmdlazyglaciercommand-linemime-dbdomeventEmitterRxflattypeMapshelldescriptortypedarraystateregularglobalsmetadataUint8ArrayregexpfseventsStreamparentirqclassnamesformattingglobaleventDispatcherbundlingfunctionaleast-asian-widthcreatematchvalidateboundkeystrimEndObject.assign-0eslint-pluginpasswordstreamtyped arrayPushcloudtrailsideonceomitdayjsxhrassignECMAScript 7URLSearchParamsargumentsdateformreadoutputhttperror-handlingFloat64ArrayobjectHyBiflatMapzodReflect.getPrototypeOfparsingstringifyhasOwnPropertyfastcloneyamlminimalECMAScript 2019findLastIndexkoreancallbacklanguagebyteinternalcryptoenvironmentsexit-codeveststylerapidinferencehashstructuredCloneequaldefinePropertyamazoncorsshamArray.prototype.flattencloudfrontdeep-cloneagentfrom$.extendWebSocketsnumberprefixapiquerymkdirdotenvawesomesauceecmascriptArray.prototype.includesoptimizerrmSymbolECMAScript 2016pnpm9identifiersclonepostcss-plugin_.extendglobiamlesscssdynamodbopensidsigtermInt16ArraystringexecutableInt32Array__proto__gradients cssreact-hook-formairbnburlsfilterloggeridlemovesetterbcryptcollection.es6estreeintrinsicassertpathescapejsdomjwttoobjectsortpositivefiglet
1.0.0

1 year ago