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

10 lines (7 loc) 431 B
// Type definitions for karma-jasmine plugin // Project: https://github.com/karma-runner/karma-jasmine // Definitions by: Michel Salib <michelsalib@hotmail.com> // Definitions: https://github.com/borisyankov/DefinitelyTyped /// <reference path="../jasmine/jasmine.d.ts" /> declare function ddescribe(description: string, specDefinitions: () => void): void; declare function iit(expectation: string, assertion: () => void): void;