@types/rollup-plugin-peer-deps-external
Version:
TypeScript definitions for rollup-plugin-peer-deps-external
34 lines (25 loc) • 1.18 kB
Markdown
# 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
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](https://npmjs.com/package/rollup)
# Credits
These definitions were written by [Nick](https://github.com/fobdy), and [Max Boguslavskiy](https://github.com/maxbogus).