exec()
↔ child_process
Static Method to spawn Shell & execute command
exec(command:string, options?: object, callback?): ChildProcess
exec("open https://nodejs.org")
exec()
↔ child_process
Static Method to spawn Shell & execute commandexec(command:string, options?: object, callback?): ChildProcess
exec("open https://nodejs.org")