@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.

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

2

Version

1.1.5

License

MIT

Unpacked Size

3.51 kB

Total Files

5

Last publish

Collaborators

  • types