mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
203 B
TypeScript
8 lines
203 B
TypeScript
/// <reference path="electron.d.ts" />
|
|
/// <reference path="../node/node.d.ts" />
|
|
|
|
import electron = require('electron');
|
|
import child_process = require('child_process');
|
|
|
|
child_process.spawn(electron);
|