GithubHelp home page GithubHelp logo

marcelowa / promise-all-properties Goto Github PK

View Code? Open in Web Editor NEW
27.0 27.0 4.0 216 KB

A helper function that recevies an object with a promise in each property and returns a promise that resolves to an object with the same properties and the resolved values of the promises

License: The Unlicense

TypeScript 100.00%
javascript promise typescript

promise-all-properties's People

Contributors

eps1lon avatar maranomynet avatar marcelowa avatar scarf005 avatar tobinus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

promise-all-properties's Issues

named export

hello, thanks for creating a library! i've just needed an Promise.all for object. that is, i think it'd be useful to also have a named export, since it makes importing name consistent across files.

import promiseAllProperties from "promise-all-properties"
import { promiseAllProperties } from "promise-all-properties"

Feature request: Support for Promise.allSettled()

Hi! Would support for Promise.allSettled() be an acceptable increase in scope for this package? It is a useful alternative to Promise.all when you want to work with all rejected promises, and not just the first one.

I'm considering implementing this myself and contributing it as a pull request, but I don't want to go ahead before knowing if this is okay. Implementation-wise there won't be much of a difference between wrapping Promise.allSettled() and Promise.all(), since they both take an iterable of promises or values and return an array with the results in the same order, though the types would need to be different.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.