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

15 lines (10 loc) 202 B
/// <reference path="gently.d.ts" /> import Gently = require('gently'); var g = new Gently(); g.expect(null, '', () => { // .. })(); g.expect(null, '', 0, () => { // .. })(); g.restore(null, '');