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

5 lines
92 B
TypeScript

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