mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 05:27:30 +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);
|