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

16 lines (12 loc) 371 B
/// <reference path="../../../globals.d.ts" /> declare module goog.testing.singleton { /** * Deletes all singleton instances, so {@code getInstance} will return a new * instance on next call. */ function reset(): void; /** * @deprecated Please use {@code goog.addSingletonGetter}. */ var addSingletonGetter: any /*missing*/; }