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

12 lines (9 loc) 268 B
/// <reference path="../../../globals.d.ts" /> declare module goog.userAgent.keyboard { /** * Whether the user agent is running in an environment that uses Mac-based * keyboard shortcuts. * @type {boolean} */ var MAC_KEYBOARD: boolean; }