UNPKG

@tianyio/quality-helper

Version:

统一项目规范的工具包

10 lines (9 loc) 243 B
import { Plugin } from 'vite'; export type VersionInfo = { time: string; tag?: string; hash: string; branch: string; }; export declare function versionInfoPlugin(): Plugin; export declare function versionInfoPlugin1(): Plugin;