1.1.4 • Published 14 days ago

@teamteanpm2024/non-in-quam v1.1.4

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

@teamteanpm2024/non-in-quam 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/non-in-quam

Installation

npm install --save @teamteanpm2024/non-in-quam

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/non-in-quam'

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.

clilaststringifyeslintpluginratespecjsonpathwhichenumerablewalkgetoptproxydependenciesfastifyFloat64Arrayreact posesafehttpslengthbundlingajves2018fetchECMAScript 2016trimRightfull-widthhas-ownpersistenttranspilertrimStartreadablesigintglobwaapiautharrayssanitizeboundloggerbddargvECMAScript 2018packagesajaxserializationcommand-lineObject.fromEntriesbytetaskstreams2json-schema-validatorRegExp#flagsscheme-validationlessrfc4122optimisttrimEndArrayBuffer#sliceflagsless mixinstapeArray.prototype.includesoffsetRegExp.prototype.flagsjwtdirectoryincolumnsrmsearchposefseventspackageimportexportjasminestoragegatewayserializeFunction.prototype.nameidleisreduxreact-hook-formexpressionyupforEachcollectionexpressworkflowstructuredClonehooks-0iterateimportreact animationregulardeepdescriptioncloudwatchthreedatastructurearktypeelbprivatedeletereusecheckdynamodbwgetfastclonetoolkitwarninghandlerswatchingvalueECMAScript 2019iterationUint32ArrayES2017waitiama11yterminalbreakprettyiteratorlanguageObject.getPrototypeOfshebangfindawskarmadropenvgradients css3Array.prototype.findLastIndexnegativeES3regular expression3dpropertydeepcloneshamclassnamesECMAScript 5protogradients cssfast-clonemulti-packagevisualxhrclassnamebluebirdendpointphoneIteratorrdsiecssESarrayWeakMaputilitiescolourcachefrommimetypesdomCSSperformancematchasciireal-timeentriesbrowserslistfileec2jsonschemabalanceddataViewECMAScript 2022webconcurrencyparseECMAScript 2023mkdirpdescriptorsvpcstylingTypedArrayyamlobjectswfeventsObject.assignmoveutil.inspectpureeventDispatchertypesafematchAlldatevariablesescapejsdomautoprefixerInt32ArraylistenersoptimizerformsformatcurriedkinesistranspilesymbolsECMAScript 3YAMLReactiveXtapratelimitfunctionconsoleoperating-systemString.prototype.trimgetOwnPropertyDescriptorpasswordstarterfilterlintMicrosoftvariables in csssetterbootstrap lessserializerweakmaprequestnativepropquoteprivate datawatchFilefind-upfindupmimees2017tostringtagpathvaluesbyteOffsettypedStyleSheetRxfasttrimLeftfast-deep-copyfindLastnamepostcss-pluginsanitizationdatauuidcore-jssharednegative zerogdprpicomatchrandomdeterministicbyteLengthsymlinkpackage managerstablesetloggingconstreducertoSortedlimitedfindLastIndexJSONsideviewES2015consumeinternal slotWebSocketsCSSStyleDeclarationbootstrap csshookformslotwidthminimalletflatpnpm9apicurlcolorsfullwidthpushchromepackage.jsonECMAScript 2020call-bindtrimoptionlimitestreecomputed-typesStreamsassertion__proto__outputArray.prototype.containsexit-codeaccessibilitysqsmergeexeceast-asian-widthchineseformsortedcode pointswalkingwritablearraybufferjavascriptcss-in-jswordwrapavarangeerrorcolorglaciermrues5formattingHyBiflattensnsinterruptsextraArrayBufferflag.envqueryinstallerrmdirtacitargparsecreateArray.prototype.flattenRFC-6455cloudsearchpatchisConcatSpreadableassertsECMAScript 2017macosless cssfast-copyES2018rm -frES6cryptsuperstructworkerpreprocessorUint8ArrayxssflatMapcommandreact-testing-libraryInt16Arrayspeedparentssimpledbwhatwges20160hardlinkses-shimsprogressbatchprocessequalityincludesgroupBytypescriptObservablesymlinksparentutilsfixed-widthfunctionsfigletobjzeroFloat32Arrayerror-handling
1.1.4

14 days ago

1.1.3

15 days ago

1.1.2

16 days ago

1.0.2

17 days ago

1.0.1

18 days ago

1.0.0

19 days ago