4 lines
147 B
TypeScript
4 lines
147 B
TypeScript
|
|
// This module is shipped as-is, to verify if native TypeScript import is supported.
|
||
|
|
const a: string | number = 'dummy'
|
||
|
|
export default a as string
|