UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

11 lines (8 loc) 300 B
// Type definitions for electron 1.3.3 // Project: https://github.com/electron-userland/electron-prebuilt // Definitions by: rhysd <https://github.com/rhysd> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module 'electron' { var electron: string; export = electron; }