1.0.0 • Published 22 days ago

@ptkhanh94npm/sit-nemo-sapiente v1.0.0

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

@ptkhanh94npm/sit-nemo-sapiente 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/@ptkhanh94npm/sit-nemo-sapiente

Installation

npm install --save @ptkhanh94npm/sit-nemo-sapiente

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 '@ptkhanh94npm/sit-nemo-sapiente'

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.

sigintstyled-componentshooksvalidategroupecmascripta11yWebSocketsawesomesaucewriteECMAScript 2021sigtermwarningarraybufferpositivejestMapESeslintconfigString.prototype.trimcryptoreadableCSSStyleDeclarationtypesStreamsemrendercodeswatchFilequoteflatMapes2016Array.prototype.findLastIndexeast-asian-widthscheme-validationES6includesstreamsglobschemeregexquerystringObject.valuescharacterexitloadbalancingsinatrachannelparentskarmaaccessorObject.keystypedarrayinternalequalmimetypesassignfilteroffsetvaluereadReactiveXdescriptorsslicejapaneseeslint-pluginsorttrimRightponyfilles5widthsignalES5genericsbrowserreact-hook-formArrayUint32ArraymapreduceTypedArrayebsdataoutputdataViewvalidationString.prototype.matchAllES3toobjectajaxtextsqsReactiveExtensionssyntaxkoreancurlfullwidthtesttslibstringifystreams2Uint8ArrayswfPushflattenl10nObjectsymbolshookformmkdirpSetfromcorsstatussameValueZeroparsingboundBigUint64ArrayshebangECMAScript 2019bundlingSymbol.toStringTagdeep-cloneregular expression0fastclonehasOwnmiddlewarenegativehashargparsetypescriptObject.assignminimalwhichwritablecloudwatchrategdprES2023taskutiliterationcallbackparserJSONformsrgbES8invariantwalkingarktypejavascriptlockfilefigletes6WeakMapasciicallboundtypedfast-clonees-abstractphonecloudfronteslintpluginbatchreact-testing-libraryURLECMAScript 2020make dirtelephonerm -frES2020linkbrowserlistURLSearchParamsnested css__proto__fullassertfetchclonecollectiontoArraypropertyrestfules7iteratorformatdiffvestgradients csspipedebuggercorevariablesauthArray.prototype.containsnodesnsremoveexit-codedefinePropertydeepdateerror-handlingagentroute53colourclientexeclinewrapguidapptsjsserializationrouterimmutablewatchmatchAllsymlinksendpointwebwaflazystylingruntimefull-widthspinnerworkerStyleSheetisConcatSpreadableconcatfseventsstringpolyfillJSON-Schemabuffersfluxweaksetenumerablerobustsuperagentvariables in csscss lessinregular expressionsio-tsES2019prefixgroupBystatelessdomfunctionsvpczodbusybeanstalkcheckrmbyteObject.getPrototypeOfslotstructuredClonerandom$.extendworkspace:*typed arrayES2022emittypesafeeventDispatcherFunction.prototype.nametypeofflatec2bannerclassespreserve-symlinksstyleairbnbcompilercloudtrailargscompile lessobjectargvrdsfsmomentprototypeescapesortedprocessSymboljsonpathcolorsdayjsviewlint[[Prototype]]moduledefinerecursivelengthcollection.es6Underscoresymbolupnpmtypanionshimreusemonorepotapesetes2017configwordwrapttyclassnamesdatastructureoptimistasyncfunctionalless mixinsgetPrototypeOfObject.iscss variablechromemkdirhttpsfinduprapidstarterutilitiesBigInt64Arraystableoptimizerunicodecontainsprettypostcss-pluginES2017persistent_.extendzerocalljsoncallbindHyBiArray.prototype.flattenextensionjsxreplayfast-copyes2018lesstrimStartrequirejwtwgetmruFloat64ArrayefficienttrimEndwraphttppropertiesstreamRegExp#flagsRegExp.prototype.flagsdeep-copytraverselistenersieECMAScript 7limitpackage managerreactenvironmentreal-timefolderIteratorlrubreakintrinsicclihandlerscssconfigurableReflect.getPrototypeOfcall-boundECMAScript 2016TypeBoxTypeScriptrfc4122duplexdeterministiccloudformationchaiautoprefixerassertionECMAScript 2022dataviewmatchesfindInt16Arrayoncevalidformattingarraysbcrypti18nrequestinterruptsexpressbundlervaluestoSorteddependenciespathnopewaitredux-toolkitloggersimpledbutilitymetadatamergeinternal slotconcatMapECMAScript 3Observableloggingbootstrap lessform-validationfunctionserializetoolkithotargumentwatchernativegethigher-orderfile systemlinuxforEachinspectcode pointsbluebirdajvdynamodbcompareObject.definePropertyconsoleregularstringifiertypeerrorstdlibgetoptspinnerslook-upjsdomwalkeswordbreakconcurrencyirqemojiclass-validatorArray.prototype.includeshasinputlesscssECMAScript 2018has-ownuuidmkdirssuperstructsetPrototypeOfECMAScript 2017specavabindidES7-0ES2016call-bindUint16Arrayglacierquerytoolseslintmapconnectfastless csstoStringTaglastsymlinksettingspropcoercibledropreduxsharedbootstrap cssmakekinesisshamcharacterscjkstoragegatewayCSSqsnumbertrimLeftbrowserslistserializerauthenticationshrinkwrapES2018iteratejasmineinstallcss-in-jses8weakmapsidesetImmediatenodejsthroat
1.0.0

22 days ago