1.0.0 • Published 1 year ago

@ryniaubenpm/placeat-eaque-ad v1.0.0

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

@ryniaubenpm/placeat-eaque-ad 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/@ryniaubenpm/placeat-eaque-ad

Installation

npm install --save @ryniaubenpm/placeat-eaque-ad

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 '@ryniaubenpm/placeat-eaque-ad'

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.

entriesamazonArray.prototype.containsidlerangeerrorlinewrapmergeequalitydeepcopyupl10nbannerstreamsurltrimStartes7Float64ArrayefficientformsvalueautoscalingArray.prototype.findLastIndexmomentexectoolkitsuperstructfind-upEScss-in-jskeyreducemulti-packagesigintvariables in cssfile systemlanguagelibphonenumberstatushas-owncssjwtpropertyaccessibilityless.jses-shim APIObservablescommand-lineless compilerprocessJSON-Schemaes-shimsdatastructureyupclassesscheme-validationgetcallbindxdg-openUnderscorepositiveendermkdirvestelbponyfillpersistentregularindicatorfpsawesomesauceimmertypanionlaunchstyleguideprotodeepfast-deep-clonejshinttestemrrouterkoreanopenseverynamesSymbolwgetprototypeSymbol.toStringTagpromisesearchstreams2expressfilereact-hooksinputreducerwebpipefunctionsencryptionInt16ArrayttycloudwatchESnextcloudformationnodearktypeenvironmentisdeleteuninstallresolvelintcolumnreal-timecjkdefinecodestoStringTagconnectclionceIterator[[Prototype]]configUint8ArrayWeakSetdataviewnested cssqsdeepcloneutil.inspectassignstylingiammochaECMAScript 2019idpreprocessorendpointairbnbregexRxdescriptorstermreadablestreamvariableswarningauthflagstextthroatdataViewlimitedyamlsequencewritablebyteLengthclassnamesgradients css3spinnerartbootstrap lesssetterpicomatchArray.prototype.filtershelllivees5pyyamlrdstddbindwrapexediffutilimportTypeBoxtypedarraysjsdomobjectdynamodbwordbreakMapoutputfull-widthObject.keysfast-deep-copyflattenfseventscode pointsRegExp#flagsunicodeparsingObject.isfindLaststartpostcss-pluginebsreplayi18nES2021timeexpressionlinuxwebsitereduxES8dateomiteslintconfigjestproxytypeerrorpackage.jsonES7rmjsdiffES2018genericsieoptimizerxtermbufferspackage managersetECMAScript 2018maptakeBigUint64ArraytestingjsonstreamforEachUint32ArrayminimalbyteOffsetparentsconfigurableworkflowfolderES6runtimeextraboundutilityexit-codecryptECMAScript 2020eslintpluginnegativeArrayBuffercall-bindcontainsObservablewalkes2017fastclonecmdawaitsomesnsformatxhrshebangtrimRighttelephoneObject.getPrototypeOfrm -frsyntaxstringargumentsArray.prototype.findLastapiArray.prototype.flatloadingarraybufferlesstraversejavascriptArray.prototype.flattentyped arraycolorsharedarraybuffertaskbytecensormatcharrayemitbrowserlisterror-handlingidentifiersObject.valuesclonegetPrototypeOfrequirechinesejasmineArray.prototype.flatMapsymbolgrouphotPromisejsxnamequeueArraymoveparsetypeslesscssassertssameValueZerodefinePropertydebuggersettingscryptoES3Array.prototype.includesCSSBigInt64ArraysetImmediateworkerprogresscloudfrontsharedtrimLeftsuperagentfullhelpersprivateconcatMapstyled-componentsgradients cssgroupByECMAScript 2022tc39astes-abstractwatchFileargumentrapidtypedarraywhatwgmatchAllinvariantbcryptObject.assignnativewalkinghttpoptimistglobalstypesafefastcopyreactinspectcharactersrmdirlockfileshamconsolebreakzerospawnform-validationstatelessvalidatetoSorteddefaultsideelectronpromisesStreamsrandomless mixinspropertieshigher-orderES2015lazyRegExp.prototype.flagsdotenvparsermetadataprettyiteratorremovemapreduceextensionpackageemojiWebSocketfast-copylastcoercibleschemeURLec2agentelasticacheauthenticationmime-dbECMAScript 2017wordwraphardlinksredux-toolkitstylesheetoperating-systemimmutableajvsloturlsvieweslook-upfast-clonecloudsearchserializelruglobtoolsbundlerfindhttpsassertionArrayBuffer.prototype.slicees8
1.0.0

1 year ago