UNPKG

typescript-closure-tools

Version:

Command-line tools to convert closure-style JSDoc annotations to typescript, and to convert typescript sources to closure externs files

11 lines (9 loc) 141 B
/** * @interface */ example.Interface; /** * @param {number|string} x */ example.Interface.prototype.interfaceMethod = function(x) { };