معرفی شرکت ها


@types/rollup-plugin-json-3.0.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

TypeScript definitions for rollup-plugin-json
ویژگی مقدار
سیستم عامل -
نام فایل @types/rollup-plugin-json-3.0.3
نام @types/rollup-plugin-json
نسخه کتابخانه 3.0.3
نگهدارنده ['types']
ایمیل نگهدارنده ['ts-npm-types@microsoft.com']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/DefinitelyTyped/DefinitelyTyped.git
آدرس اینترنتی https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rollup-plugin-json
مجوز MIT
# Installation > `npm install --save @types/rollup-plugin-json` # Summary This package contains type definitions for rollup-plugin-json (https://github.com/rollup/rollup-plugin-json#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rollup-plugin-json. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rollup-plugin-json/index.d.ts) ````ts // Type definitions for rollup-plugin-json 3.0 // Project: https://github.com/rollup/rollup-plugin-json#readme // Definitions by: Andy Mockler <https://github.com/asmockler> // Martin Hochel <https://github.com/hotell> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 /// <reference types="node" /> import { Plugin } from 'rollup'; declare namespace json { interface Options { /** * All JSON files will be parsed by default, but you can also specifically include/exclude files */ include?: string | string[] | undefined; exclude?: string | string[] | undefined; /** * for tree-shaking, properties will be declared as variables, using either `var` or `const` * @default false */ preferConst?: boolean | undefined; /** * specify indentation for the generated default export — defaults to '\t' * @default '\t' */ indent?: string | undefined; } } declare function json(options?: json.Options): Plugin; export = json; ```` ### Additional Details * Last updated: Thu, 08 Jul 2021 22:42:08 GMT * Dependencies: [@types/rollup](https://npmjs.com/package/@types/rollup), [@types/node](https://npmjs.com/package/@types/node) * Global values: none # Credits These definitions were written by [Andy Mockler](https://github.com/asmockler), and [Martin Hochel](https://github.com/hotell).


نیازمندی

مقدار نام
* @types/node
^0.63.4 rollup


نحوه نصب


نصب پکیج tgz @types/rollup-plugin-json-3.0.3:

    npm install @types/rollup-plugin-json-3.0.3.tgz