UNPKG

@baseplate-dev/sync

Version:

Library for syncing Baseplate descriptions

3 lines 165 B
import type { TaskPhase } from './types.js'; export declare function sortTaskPhases(phases: TaskPhase[]): TaskPhase[]; //# sourceMappingURL=sort-task-phases.d.ts.map