معرفی شرکت ها


@types/gulp-istanbul-0.9.33


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

TypeScript definitions for gulp-istanbul
ویژگی مقدار
سیستم عامل -
نام فایل @types/gulp-istanbul-0.9.33
نام @types/gulp-istanbul
نسخه کتابخانه 0.9.33
نگهدارنده ['types']
ایمیل نگهدارنده ['ts-npm-types@microsoft.com']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/DefinitelyTyped/DefinitelyTyped.git
آدرس اینترنتی https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-istanbul
مجوز MIT
# Installation > `npm install --save @types/gulp-istanbul` # Summary This package contains type definitions for gulp-istanbul (https://github.com/SBoudrias/gulp-istanbul). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-istanbul. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-istanbul/index.d.ts) ````ts // Type definitions for gulp-istanbul v0.9.0 // Project: https://github.com/SBoudrias/gulp-istanbul // Definitions by: Asana <https://asana.com> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference types="node"/> declare function GulpIstanbul(opts?: GulpIstanbul.Options): NodeJS.ReadWriteStream; declare namespace GulpIstanbul { export function hookRequire(): NodeJS.ReadWriteStream; export function summarizeCoverage(opts?: { coverageVariable?: string | undefined }): Coverage; export function writeReports(opts?: ReportOptions): NodeJS.ReadWriteStream; export function enforceThresholds(opts?: ThresholdOptions): NodeJS.ReadWriteStream; interface Options { coverageVariable?: string | undefined; includeUntested?: boolean | undefined; embedSource?: boolean | undefined; preserveComments?: boolean | undefined; noCompact?: boolean | undefined; noAutoWrap?: boolean | undefined; codeGenerationOptions?: Object | undefined; debug?: boolean | undefined; walkDebug?: boolean | undefined; } interface Coverage { lines: CoverageStats; statements: CoverageStats; functions: CoverageStats; branches: CoverageStats; } interface CoverageStats { total: number; covered: number; skipped: number; pct: number; } interface ReportOptions { dir?: string | undefined; reporters?: string[] | undefined; reportOpts?: { dir?: string | undefined } | undefined; coverageVariable?: string | undefined; } interface ThresholdOptions { coverageVariable?: string | undefined; thresholds?: { global?: CoverageOptions | number | undefined; each?: CoverageOptions | number | undefined } | undefined; } interface CoverageOptions { lines?: number | undefined; statements?: number | undefined; functions?: number | undefined; branches?: number | undefined; } } export = GulpIstanbul; ```` ### Additional Details * Last updated: Thu, 08 Jul 2021 14:22:28 GMT * Dependencies: [@types/node](https://npmjs.com/package/@types/node) * Global values: none # Credits These definitions were written by [Asana](https://asana.com).


نیازمندی

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


نحوه نصب


نصب پکیج tgz @types/gulp-istanbul-0.9.33:

    npm install @types/gulp-istanbul-0.9.33.tgz