Skip to content

need to move arch.promisified into promisified #100

Open
@kessler

Description

const regedit = require('regedit').promisified

but then if promisified arch is needed then one has to require again:

const regedit = require('regedit').arch.promisified

This comes more naturally:

const regedit = require('regedit').promisified
await regedit.arch.somemethod()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions