UNPKG

@pagopa/dx-cli

Version:

A CLI useful to manage DX tools.

3 lines (2 loc) 215 B
export declare const getLatestCommitSha: (owner: string, repo: string, ref?: string) => Promise<string>; export declare const getLatestCommitShaOrRef: (owner: string, repo: string, ref?: string) => Promise<string>;