@types/cross-spawn
- Version 6.0.6
- Published
- 4.85 kB
- 1 dependency
- MIT license
Install
npm i @types/cross-spawn
yarn add @types/cross-spawn
pnpm add @types/cross-spawn
Overview
TypeScript definitions for cross-spawn
Index
Variables
variable spawn
const spawn: any;
The
spawn()
method spawns a new process using the givencommand
, with command line arguments inargs
. If omitted,args
defaults to an empty array.
variable sync
const sync: any;
The
spawn.sync()
method spawns a new process using the givencommand
, with command line arguments inargs
. If omitted,args
defaults to an empty array.
Functions
function spawn
spawn: typeof spawn;
The
spawn()
method spawns a new process using the givencommand
, with command line arguments inargs
. If omitted,args
defaults to an empty array.
Package Files (1)
Dependencies (1)
Dev Dependencies (0)
No dev dependencies.
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/cross-spawn
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/cross-spawn)
- HTML<a href="https://www.jsdocs.io/package/@types/cross-spawn"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2267 ms. - Missing or incorrect documentation? Open an issue for this package.