UNPKG

sfdx-git-delta

Version:

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

8 lines (7 loc) 280 B
import StandardHandler from './standardHandler.js'; export default class DecomposedHandler extends StandardHandler { handleAddition(): Promise<void>; protected _copyParent(): Promise<void>; protected _getElementName(): string; protected getParentName(): string; }