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

6 lines (5 loc) 82 B
/** * @param {number|string} x */ example.overloadedFunction = function(x) { };