1.1.5 • Published 3 months ago

@types/rollup-plugin-progress v1.1.5

Weekly downloads
350
License
MIT
Repository
github
Last release
3 months ago

Installation

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

Summary

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

Details

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

index.d.ts

// Type definitions for rollup-plugin-progress 1.1
// Project: https://github.com/jkuri/rollup-plugin-progress#readme
// Definitions by: Jeroen Claassens <https://github.com/favna>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

/// <reference types="node" />
import { Plugin } from 'rollup';

export interface PluginProgressOptions {
    clearLine?: boolean | undefined;
}

declare function progress(options?: PluginProgressOptions): Plugin;

export default progress;

Additional Details

Credits

These definitions were written by Jeroen Claassens.

1.1.5

3 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.2

8 months ago

1.1.1

3 years ago

1.1.0

5 years ago