mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
import electron = require('electron');
|
|
import child_process = require('child_process');
|
|
|
|
// TODO
|
|
child_process.spawn(electron as any);
|