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

3.0.5 • Public • Published

Installation

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

Summary

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

Details

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

import { Plugin } from "rollup";

interface PluginURLOptions {
    limit?: number | undefined;
    include?: string[] | undefined;
    exclude?: string[] | undefined;
    publicPath?: string | undefined;
    emitFiles?: boolean | undefined;
    fileName?: string | undefined;
    sourceDir?: string | undefined;
    destDist?: string | undefined;
}

declare function url(options?: PluginURLOptions): Plugin;

export default url;

Additional Details

  • Last updated: Fri, 01 Mar 2024 00:50:47 GMT
  • Dependencies: rollup

Credits

These definitions were written by Jeroen Claassens.

/@types/rollup-plugin-url/

    Package Sidebar

    Install

    npm i @types/rollup-plugin-url

    Weekly Downloads

    508

    Version

    3.0.5

    License

    MIT

    Unpacked Size

    3.53 kB

    Total Files

    5

    Last publish

    Collaborators

    • types