the comment `// tsr-skip` does not work with exported namespaces. ``` // tsr-skip export namespace MyNameSpace { export function add(a: number, b:number) { return a + b } } ```
the comment
// tsr-skipdoes not work with exported namespaces.