mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 05:07:41 +02:00
packages: add version-info package
This commit is contained in:
6
packages/version-info/index.d.ts
vendored
Normal file
6
packages/version-info/index.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
declare module "@imput/version-info" {
|
||||
export function getCommit(): Promise<string | undefined>;
|
||||
export function getBranch(): Promise<string | undefined>;
|
||||
export function getRemote(): Promise<string>;
|
||||
export function getVersion(): Promise<string>;
|
||||
}
|
Reference in New Issue
Block a user