Remove jsdoc on ts namespace.

This commit is contained in:
David Sherret
2018-11-17 11:50:06 -05:00
parent 103f894d38
commit 1acfce680e
3 changed files with 0 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
/** Non-internal stuff goes here */
namespace ts {
export function isExternalModuleNameRelative(moduleName: string): boolean {
// TypeScript 1.0 spec (April 2014): 11.2.1