TypeScript/tests/cases/compiler/exportToString.ts

2 lines
43 B
TypeScript

const toString = 0;
export { toString };