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:
Is this something possible in Deno?
Is this something possible in Deno?
Uncaught SyntaxError: Unexpected token 'export'