@types/rollup-plugin-peer-deps-external
TypeScript icon, indicating that this package has built-in type declarations

2.2.5 • Public • Published

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.

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: Fri, 01 Mar 2024 00:50:47 GMT
  • Dependencies: rollup

Credits

These definitions were written by Nick, and Max Boguslavskiy.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.2.5
    13,061
  • 2.2.4
    3,088
  • 2.2.3
    400
  • 2.2.2
    32
  • 2.2.1
    2,861
  • 2.2.0
    404

Package Sidebar

Install

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

Weekly Downloads

15,431

Version

2.2.5

License

MIT

Unpacked Size

3.76 kB

Total Files

5

Last publish

Collaborators

  • types