mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
|
|
/// <reference types="node" />
|
|
|
|
import electron = require('electron-prebuilt');
|
|
import child_process = require('child_process');
|
|
|
|
child_process.spawn(electron);
|