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

3 lines
56 B
TypeScript

namespace container {
export const myConst = 30;
}