UNPKG

@types/rollup-plugin-peer-deps-external

Version:
44 lines (33 loc) 1.64 kB
# Installation > `npm install --save @types/rollup-plugin-peer-deps-external` # Summary This package contains type definitions for rollup-plugin-peer-deps-external (https://github.com/Updater/rollup-plugin-peer-deps-external). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rollup-plugin-peer-deps-external. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rollup-plugin-peer-deps-external/index.d.ts) ````ts // Type definitions for rollup-plugin-peer-deps-external 2.2 // Project: https://github.com/Updater/rollup-plugin-peer-deps-external // Definitions by: Nick <https://github.com/fobdy>, // Max Boguslavskiy <https://github.com/maxbogus> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 3.0 /// <reference types="node" /> import { Plugin } from 'rollup'; declare namespace PeerDepsExternalPlugin { interface PluginPeerDepsExternalOptions { packageJsonPath?: string | undefined; includeDependencies?: boolean | undefined; } } declare function PeerDepsExternalPlugin( options?: PeerDepsExternalPlugin.PluginPeerDepsExternalOptions ): Plugin; export = PeerDepsExternalPlugin; ```` ### Additional Details * Last updated: Thu, 08 Jul 2021 22:42:09 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 [Nick](https://github.com/fobdy), and [Max Boguslavskiy](https://github.com/maxbogus).