-
-
Notifications
You must be signed in to change notification settings - Fork 290
Open
Description
I am new to enquirer. I started by trying to use AutoComplete in a typescript project and found that it wouldn't import with import { AutoComplete } from 'enquirer'
.
I later found issue #135, so I realise that there are issues with the typescript definitions.
Before finding #135, I experimented with different imports and requires, and console.logged the resultant object. I saw that the AutoComplete property does exist, but is not enumerable.
I am curious, why is AutoComplete not enumerable?
It is part of the public interface of this package.
Is it intentionally made this way because there is some benefit?
Metadata
Metadata
Assignees
Labels
No labels