Open
Description
export namespace testType { ... }
export const testType = { ... }
Results in: error Multiple exports of name 'testType' import/export
Here is an example: https://github.com/unional/type-plus/blob/main/type-plus/ts/testing/test_type.ts