معرفی شرکت ها


@types/gulp-sourcemaps-0.0.35


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

TypeScript definitions for gulp-sourcemaps
ویژگی مقدار
سیستم عامل -
نام فایل @types/gulp-sourcemaps-0.0.35
نام @types/gulp-sourcemaps
نسخه کتابخانه 0.0.35
نگهدارنده ['types']
ایمیل نگهدارنده ['ts-npm-types@microsoft.com']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/DefinitelyTyped/DefinitelyTyped.git
آدرس اینترنتی https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-sourcemaps
مجوز MIT
# Installation > `npm install --save @types/gulp-sourcemaps` # Summary This package contains type definitions for gulp-sourcemaps (https://github.com/gulp-sourcemaps/gulp-sourcemaps). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-sourcemaps. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-sourcemaps/index.d.ts) ````ts // Type definitions for gulp-sourcemaps // Project: https://github.com/gulp-sourcemaps/gulp-sourcemaps // Definitions by: Phips Peter <https://github.com/pspeter3> // Concision <https://github.com/concision> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference types="node"/> import File = require("vinyl"); interface InitOptions { loadMaps?: boolean | undefined; debug?: boolean | undefined; } interface WriteMapper { (file: string): string; } interface SourceMapMapper { (sourcePath: string, file: File): string; } interface SourceUrlMapper { (file: File): string; } interface MapFilenameMapper { (mapFilePath: string): string; } interface CloneOptions { contents?: boolean | undefined; deep?: boolean | undefined; } interface WriteOptions { addComment?: boolean | undefined; includeContent?: boolean | undefined; sourceRoot?: string | WriteMapper | undefined; sourceMappingURLPrefix?: string | WriteMapper | undefined; sourceMappingURL?: SourceUrlMapper | undefined; destPath?: string | undefined; mapFile?: MapFilenameMapper | undefined; charset?: BufferEncoding | undefined; clone?: boolean | CloneOptions | undefined; } export declare function init(opts?: InitOptions): NodeJS.ReadWriteStream; export declare function mapSources(mapper?: SourceMapMapper): NodeJS.ReadWriteStream; export declare function write(path?: string, opts?: WriteOptions): NodeJS.ReadWriteStream; export declare function write(opts?: WriteOptions): NodeJS.ReadWriteStream; ```` ### Additional Details * Last updated: Thu, 08 Jul 2021 14:22:35 GMT * Dependencies: [@types/vinyl](https://npmjs.com/package/@types/vinyl), [@types/node](https://npmjs.com/package/@types/node) * Global values: none # Credits These definitions were written by [Phips Peter](https://github.com/pspeter3), and [Concision](https://github.com/concision).


نیازمندی

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


نحوه نصب


نصب پکیج tgz @types/gulp-sourcemaps-0.0.35:

    npm install @types/gulp-sourcemaps-0.0.35.tgz