UNPKG

sfdx-git-delta

Version:

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

6 lines (5 loc) 257 B
export declare function stringify(value: unknown): string; export declare function hasCustomToString(obj: unknown): obj is { toString: () => string; }; export declare function log(target: any, propertyKey: string, descriptor: PropertyDescriptor): void;