0.10.5 • Published 3 months ago

@types/rollup-plugin-size-snapshot v0.10.5

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

Installation

npm install --save @types/rollup-plugin-size-snapshot

Summary

This package contains type definitions for rollup-plugin-size-snapshot (https://github.com/TrySound/rollup-plugin-size-snapshot).

Details

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

index.d.ts

// Type definitions for rollup-plugin-size-snapshot 0.10
// Project: https://github.com/TrySound/rollup-plugin-size-snapshot
// Definitions by: Max Boguslavskiy <https://github.com/maxbogus>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0

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

export interface PluginSizeSnapshotOptions {
    snapshotPath?: string | undefined;
    matchSnapshot?: boolean | undefined;
    threshold?: number | undefined;
    printInfo?: boolean | undefined;
}

export function sizeSnapshot(options?: PluginSizeSnapshotOptions): Plugin;

Additional Details

Credits

These definitions were written by Max Boguslavskiy.

0.10.5

3 months ago

0.10.2

8 months ago

0.10.3

7 months ago

0.10.4

7 months ago

0.10.1

3 years ago

0.10.0

5 years ago