-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
Description
Types added in #983 breaks existing project using @types/enigma.js
Steps to Reproduce
const global = await enigma.create(config).open();
** Property openDoc does not exist on type **
const app = await global.openDoc(appId);
Expected behavior
New types should match functionality available in library. Similar to @types/enigma.js
Actual behavior
Property openDoc does not exist on type
chibipaper
Metadata
Metadata
Assignees
Labels
No labels