bombillazoB
Deno3y ago
1 reply
bombillazo

Does Deno support `export type` statements?

Hello, we are using Deno + TS and I am getting the following error if I try to export a type from another file:
Uncaught SyntaxError: Unexpected token 'export'


Is this something possible in Deno?
Was this page helpful?