3.0.5 • Published 2 months ago

@types/rollup-plugin-url v3.0.5

Weekly downloads
611
License
MIT
Repository
github
Last release
2 months ago

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.

index.d.ts

// Type definitions for rollup-plugin-url 3.0
// Project: https://github.com/Swatinem/rollup-plugin-url#readme
// Definitions by: Jeroen Claassens <https://github.com/me>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
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

Credits

These definitions were written by Jeroen Claassens.

3.0.5

2 months ago

3.0.4

6 months ago

3.0.3

7 months ago

3.0.2

7 months ago

3.0.1

3 years ago

3.0.0

3 years ago

2.2.0

5 years ago