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

1.1.5 • Public • Published

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

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

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: rollup

Credits

These definitions were written by Jakub Jirutka.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.20ts4.3
1.1.20ts4.4
1.1.10ts3.6
1.1.10ts3.7
1.1.10ts3.8
1.1.10ts3.9
1.1.10ts4.0
1.1.10ts4.1
1.1.10ts4.2
1.1.00ts3.4
1.1.00ts3.5
1.1.51ts5.8
1.1.51ts5.7
1.1.51latest
1.1.51ts4.5
1.1.51ts4.6
1.1.51ts4.7
1.1.51ts4.8
1.1.51ts4.9
1.1.51ts5.0
1.1.51ts5.1
1.1.51ts5.2
1.1.51ts5.3
1.1.51ts5.4
1.1.51ts5.5
1.1.51ts5.6
1.1.51ts5.9

Version History

VersionDownloads (Last 7 Days)Published
1.1.51
1.1.40
1.1.30
1.1.20
1.1.10
1.1.00

Package Sidebar

Install

npm i @types/rollup-plugin-add-git-msg

Weekly Downloads

1

Version

1.1.5

License

MIT

Unpacked Size

3.51 kB

Total Files

5

Last publish

Collaborators

  • types