UNPKG

@flxbl-io/sfp

Version:

sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model

8 lines (7 loc) 204 B
import { AdjacentList } from './DependencyHelper'; export default class BatchingTopoSort { sort(dag: AdjacentList): any[]; private countInDegrees; private getRoots; private getNonRoots; }