Fork me on GitHub
#shadow-cljs
<
2022-01-07
>
ccann23:01:57

I’m trying to create externs for a https://github.com/authts/oidc-client-ts to use as a dependency from CLJS. Does anyone know how to do this? Seems like tools that generate externs do so from javascript files not typescript. (should I ask elsewhere?)

ccann23:01:35

interesting, looks like I can maybe use https://jmmk.github.io/javascript-externs-generator/ in combination with https://unpkg.com/[email protected]/dist/browser/oidc-client-ts.js but the generator asks for Enter the JavaScript object you want to extern: and I don’t really know what that question means