UNPKG

sfdx-git-delta

Version:

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

3 lines (2 loc) 138 B
declare const asyncFilter: (list: string[], predicate: (t: string) => Promise<boolean>) => Promise<string[]>; export default asyncFilter;