installBundledSkills
function exported by @mwillbanks/tuil-cli.
function
Public function exported by @mwillbanks/tuil-cli.
export async function installBundledSkills(
source: string,
destination: string,
options: {
readonly force?: boolean;
readonly signal?: AbortSignal;
} = {},
): Promise<readonly string[]>;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
source | string | Yes | Supplies the source value as string. | — |
destination | string | Yes | Supplies the destination value as string. | — |
options | { readonly force?: boolean; readonly signal?: AbortSignal; } | No | Supplies the options value as { readonly force?: boolean; readonly signal?: AbortSignal; }. | — |
Returns
Promise<readonly string[]> — Returns a value that satisfies Promise<readonly string[]>.
Related types: —
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference