UNPKG

sfdx-git-delta

Version:

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

5 lines (4 loc) 178 B
import type { Config } from './types/config.js'; import type { Work } from './types/work.js'; declare const _default: (config: Config) => Promise<Work>; export default _default;