cc-everywhere

Type Alias: AlloyInstance()

type AlloyInstance = (command, options?) => Promise<unknown>;

Parameters

Parameter
Type
command
string
options?
Record<string, unknown>

Returns

Promise<unknown>