DefinitelyTyped/types/npm-run/npm-run-tests.ts
Manuel Thalmann 0973700702 Add types for the "npm-run"-module (#36042)
* Add types for the "npm-run"-module

* Fix the code according to tslint
2019-06-13 22:00:03 -07:00

9 lines
152 B
TypeScript

import npmRun = require("npm-run");
npmRun("");
npmRun.exec("");
npmRun.execSync("");
npmRun.spawn("", []);
npmRun.spawnSync("", []);
npmRun.sync("");