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

0.19.6 • Public • Published

Installation

npm install --save @types/rollup-plugin-buble

Summary

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

Details

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

import { TransformOptions } from "buble";
import { Plugin } from "rollup";

declare namespace buble {
    interface Options extends TransformOptions {
        // 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;
    }
}

export = buble;
declare function buble(options?: buble.Options): Plugin;

Additional Details

Credits

These definitions were written by Hugo Alliaume.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/rollup-plugin-buble

Weekly Downloads

599

Version

0.19.6

License

MIT

Unpacked Size

3.77 kB

Total Files

5

Last publish

Collaborators

  • types