@types/rollup-plugin-node-globals
TypeScript icon, indicating that this package has built-in type declarations

1.4.5 • Public • Published

Installation

npm install --save @types/rollup-plugin-node-globals

Summary

This package contains type definitions for rollup-plugin-node-globals (https://github.com/calvinmetcalf/rollup-plugin-node-globals#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rollup-plugin-node-globals.

import { Plugin } from "rollup";

declare namespace RollupPluginsNodeGlobals {
    interface Options {
        // Every files will be parsed by default, but you can specify which files to include or exclude
        include?: Array<string | RegExp> | string | RegExp | null | undefined;
        exclude?: Array<string | RegExp> | string | RegExp | null | undefined;

        // Enable sourcemaps support
        sourceMap?: boolean | undefined;

        // Plugin's options
        process?: boolean | undefined;
        global?: boolean | undefined;
        buffer?: boolean | undefined;
        dirname?: boolean | undefined;
        filename?: boolean | undefined;
        baseDir?: string | undefined;
    }
}

declare function RollupPluginsNodeGlobals(options?: RollupPluginsNodeGlobals.Options): Plugin;

export = RollupPluginsNodeGlobals;

Additional Details

  • Last updated: Mon, 07 Oct 2024 22:38:10 GMT
  • Dependencies: rollup

Credits

These definitions were written by Hugo Alliaume.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/rollup-plugin-node-globals

Weekly Downloads

995

Version

1.4.5

License

MIT

Unpacked Size

4.45 kB

Total Files

5

Last publish

Collaborators

  • types