Replies: 3 comments 2 replies
-
@Vithanco those types are exported:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
hmmm. Maybe I am too new to JavaScript. But I cannot see these types being
exported. They are there but lack the export keyword.
…On Sat, Feb 5, 2022 at 9:40 AM Gordon Smith ***@***.***> wrote:
@Vithanco <https://github.com/Vithanco> those types are exported:
1. In package.json: "types": "types/index.d.ts",
2. You can see the types here:
***@***.******@***.***/types/graphviz.d.ts
—
Reply to this email directly, view it on GitHub
<#91 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFFOMFREMIYPSR2RN3HSL3UZTO6NANCNFSM5NTSOPIQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
--
Klaus Kneupner <http://www.kneupner.de>
"Denn von allen Gedanken, schätz' ich doch am meisten, die interessanten"
Die Sterne
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My code cannot fully use these declarations as they are not exported:
Is that an oversight or do I not understand how to use the library? Background: I am creating a wrapper for your Wasm that will fit my needs (based on JSON output) and I realised that I cannot create a wrapper with the same types as these types aren't exported.
Beta Was this translation helpful? Give feedback.
All reactions