UNPKG

git-revision-webpack-plugin

Version:

[![npm version](https://badge.fury.io/js/git-revision-webpack-plugin.svg)](https://badge.fury.io/js/git-revision-webpack-plugin) [![downloads](https://img.shields.io/npm/dm/git-revision-webpack-plugin.svg?style=flat-square)](https://www.npmjs.com/package/

6 lines (5 loc) 186 B
interface Cb { (err: Error | null, output: string): void; } export default function (gitWorkTree: string | undefined, command: string, callback?: Cb): string | null; export {};