4 lines
147 B
TypeScript
Raw Normal View History

2026-05-31 13:21:13 +02:00
// This module is shipped as-is, to verify if native TypeScript import is supported.
const a: string | number = 'dummy'
export default a as string