UNPKG

@baseplate-dev/sync

Version:

Library for syncing Baseplate descriptions

9 lines 317 B
import type { PostWriteCommand } from './types.js'; /** * Sort post-write commands by priority * * @param commands - The commands to sort * @returns The sorted commands */ export declare function sortPostWriteCommands(commands: PostWriteCommand[]): PostWriteCommand[]; //# sourceMappingURL=sort-commands.d.ts.map