-
Notifications
You must be signed in to change notification settings - Fork 710
Closed
Labels
Description
Reproduction link or steps
What is expected?
//#region index.ts
const num = 0;
const config = (num) => num;
//#endregion
export { config, num };What is actually happening?
//#region index.ts
const num = 0;
const config = (num$1) => num$1;
//#endregion
export { config, num };System Info
N/AAny additional comments?
Relate to dts plugin

Reactions are currently unavailable