-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Description
Foremost, thanks for all the work you guys have put into this amazing language.
Is there a support for exporting type alias?
For example,
types.ts
import express = require("express");
export type ExpressResponse = express.Response;api.ts
import types = require("./types.ts")
const res:types.ExpressResponse = .....;I have failed to compile so far and wonder if this isn't implemented.
Thanks in advance.
bmustiata and cdock1029
Metadata
Metadata
Assignees
Labels
No labels