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.