1.0.0 • Published 17 days ago

@rabiepenpm/neque-cum-sit v1.0.0

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

@rabiepenpm/neque-cum-sit 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/@rabiepenpm/neque-cum-sit

Installation

npm install --save @rabiepenpm/neque-cum-sit

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 '@rabiepenpm/neque-cum-sit'

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.

comparepostcss-pluginlinewrapregexcss lesscryptochaiencryptionES2021emojisymlinkwatchingmoveidleajvrandomproplinkelectronescapeoutputkinesisonceES5autoprefixersuperstructansiES8keysextracharacterbytearraybufferbindlookstarterTypeScriptArray.prototype.filterlimitedStyleSheetwgetstylesPushfsgetOwnPropertyDescriptorreadablestreamqueueMicrotaskisscheme-validationECMAScript 2019zerosidemetadataquerystringio-tswidthsuperagentaccessibilitycloudwatchtapecircularObject.fromEntriesObject.assignyupreact-testing-libraryIteratorES6ECMAScript 6ECMAScript 7CSScodesemithigher-ordersafesetPrototypeOfairbnbpredictablemobileless.jswatcherjsdiffspinnersxtermtelephoneerror-handlingESinferencees2018jestwordbreakgloblogopenhooksECMAScript 2021Array.prototype.flatMaptestingYAMLschemeformattingexecdeep-copycheckwatchoffsettoStringTagqueuetypeerrorHyBirecursivewrapreactregexpdataprotospinnerjsonremovesinatrafromcallboundcorecolumncomputed-typesreadablehas-ownenvappsearchlrutypanionboundquotetrimRightvalidatefast-deep-clonecolourawaitcallbindnopestreamurlmapreducenumberimportwafwriteforEachfpsassertion-0uuidgetintrinsicaccessorarrayeast-asian-widthtoolkitagentcensornativepositivesharedmomenthttpsinspectresttesterlockfilekoreanelbregular expressiones-shim APIconfigrangeerrordeepcloneprivateeventscorsupcompile lessrmjwtslotArrayBuffer#slicechromefluxes2015Int8ArrayemrECMAScript 2020buffersguidString.prototype.trimes-abstractstyleguideerrori18nmkdirppatch256throatrestful[[Prototype]]viewmkdirjQueryreducertostringtagfunctionssomeshebangnested cssnamesa11yqsURLmatchinstallArray.prototype.includesdynamodbpackagechromiumrdsxhrpropertyBigUint64ArrayparsedefinePropertyPromiseclientprefixshellsequenceassignbundlingmimeparentsimmutabledropsetImmediatezodisConcatSpreadabledeletecloudsearchefficientlook-upgroupdependency managerArrayBuffersetterArray.prototype.flattenECMAScript 5colornegative zeropathreduxObject.valuesvariablestoSortedmatchessharedarraybuffer0flatMapcryptReactiveXchannelmixinscloudfrontredactSymbol.toStringTaglinuxenumerableeventDispatcherresolvenodeomittoobjectcall-boundquerybyteLengthstablesameValueZeroshimObservableJSONtddawsformgroupByajaxgradients cssfindupwarningminimaljapanesestringifycssindicatorlimittrimStartstyled-componentsdirectoryInt32Arrayregular expressionsshameveryconfigurableES2018promisesargparsecallhandlersmodulesrm -frinstallerelmutilitytouchswfless cssparentObject.entriessigintjsentriesexpressstreamsbusyflagvalidmake dirmergeperformantjavascriptworkspace:*TypeBoxdom-testing-libraryArrayBuffer.prototype.sliceenvironmentfunctionalsnstakecss nestingObject.isbrowserlistieWebSocketshttpdirvaluebuffercolorsconcatMapendpointfindLastIndex.enves5filetaskapidescriptorUint32ArrayduplexJSON-Schemabootstrap csssortmacossignalESnexttypedfastcopypasswordtsparsingarktypeES2022Uint8ClampedArraytypesafereadfindratelimitlistenerscopygetterreal-timeReflect.getPrototypeOfobjassertlengthdatastructuresimpledbwhichtoolscommandfunctionfull-widthclischemapackage.jsonprettyshrinkwrapmruconsoleMapglacierwaitRxSymbolObject.keyswatchFiletrimdeep-cloneStreamsstoragegatewayES2017flatcoercibleES2023astObjectcallbacktraverseUint8ArraycompilerArray.prototype.containsreact-hooksWebSocketl10niteratebrowsergenericsbluebirdtestcss-in-jsdayjscolumnsbeanstalkmochaTypedArraybddestreedataViewstructuredClonees2016typed arrayArray.prototype.findLastIndexES7multi-package
1.0.0

17 days ago