1.1.5 • Published 7 months ago

@types/rollup-plugin-add-git-msg v1.1.5

Weekly downloads
43
License
MIT
Repository
github
Last release
7 months ago

Installation

npm install --save @types/rollup-plugin-add-git-msg

Summary

This package contains type definitions for rollup-plugin-add-git-msg (https://github.com/oplinjie/rollup-plugin-add-git-msg).

Details

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

index.d.ts

// Type definitions for rollup-plugin-add-git-msg 1.1
// Project: https://github.com/oplinjie/rollup-plugin-add-git-msg
// Definitions by: Jakub Jirutka <https://github.com/jirutka>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0

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

declare namespace addGitMsg {
    interface AddGitMsgPluginOptions {
        showDate?: boolean | undefined;
        showTag?: boolean | undefined;
        showCommitID?: boolean | undefined;
        copyright?: string | null | undefined;
    }
}

declare function addGitMsg(options?: addGitMsg.AddGitMsgPluginOptions): Plugin;

export = addGitMsg;

Additional Details

Credits

These definitions were written by Jakub Jirutka.

1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

8 months ago

1.1.2

9 months ago

1.1.1

3 years ago

1.1.0

3 years ago