Buckets:

imerfanrajabee's picture
download
raw
403 Bytes
import { Command } from '../command';
/**
* Interface for a class that controls and/or watches the behavior of commands.
*
* This may include logging their output, creating interactions between them, or changing when they
* actually finish.
*/
export interface FlowController {
handle(commands: Command[]): {
commands: Command[];
onFinish?: () => void | Promise<void>;
};
}

Xet Storage Details

Size:
403 Bytes
·
Xet hash:
7c1edb9ef129744be5717f4f7a785e33a0b3228b3f283d4ba8f97b1afc74886c

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.