معرفی شرکت ها


@types/nexpect-0.4.31


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

TypeScript definitions for nexpect
ویژگی مقدار
سیستم عامل -
نام فایل @types/nexpect-0.4.31
نام @types/nexpect
نسخه کتابخانه 0.4.31
نگهدارنده ['types']
ایمیل نگهدارنده ['ts-npm-types@microsoft.com']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/DefinitelyTyped/DefinitelyTyped.git
آدرس اینترنتی https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nexpect
مجوز MIT
# Installation > `npm install --save @types/nexpect` # Summary This package contains type definitions for nexpect (https://github.com/nodejitsu/nexpect). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nexpect. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nexpect/index.d.ts) ````ts // Type definitions for nexpect 0.4.2 // Project: https://github.com/nodejitsu/nexpect // Definitions by: vvakame <https://github.com/vvakame> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference types="node" /> import child_process = require("child_process"); declare function spawn(command: string[], options?: ISpawnOptions): IChain; declare function spawn(command: string, params?: any[], options?: ISpawnOptions): IChain; declare function spawn(command: string, options?: ISpawnOptions): IChain; interface IChain { expect(expectation: string): IChain; expect(expectation: RegExp): IChain; wait(expectation: string): IChain; wait(expectation: RegExp): IChain; sendline(line: string): IChain; sendEof(): IChain; run(callback: (err: Error, output: string[], exit: string | number) => void): child_process.ChildProcess; } interface ISpawnOptions { cwd?: string | undefined; env?: any; ignoreCase?: any; stripColors?: any; stream?: any; verbose?: any; } ```` ### Additional Details * Last updated: Thu, 08 Jul 2021 18:51:14 GMT * Dependencies: [@types/node](https://npmjs.com/package/@types/node) * Global values: none # Credits These definitions were written by [vvakame](https://github.com/vvakame).


نیازمندی

مقدار نام
* @types/node


نحوه نصب


نصب پکیج tgz @types/nexpect-0.4.31:

    npm install @types/nexpect-0.4.31.tgz