TypeScript/tests/projects/container/exec/index.ts

5 lines
No EOL
92 B
TypeScript

namespace container {
export function getMyConst() {
return myConst;
}
}