Skip to content

ImportPackageHook

type ImportPackageHook = (destinationDirectory, options) => Promise<string | undefined>;

Defined in: types.ts:13

string

ImportPackageOptions

Promise<string | undefined>