I have a Typescript File that looks like this :
export namespace MyNamespace { export const myFunc = (a:number) => 3; }
And when I com