Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Use Promise.promisify instead of Promise.promisifyAll #22

@JasonPierce

Description

@JasonPierce

This is an optimization, and is not applicable to all scenarios. This applies to any scenario where only a single async function is being used on the object currently being passed into Promise.promisifyAll.

Acceptance Criteria

  1. Promise.promisify is used when only a single async function is required on an object

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions