UNPKG

sfdx-git-delta

Version:

Generate the sfdx content in source format and destructive change from two git commits

7 lines (6 loc) 203 B
export declare class MessageService { private static instance; constructor(); getMessage(key: string, tokens?: string[]): string; getMessages(key: string, tokens?: string[]): string[]; }