Skip to content

Plugin

Defined in: core/plugin.ts:3

optional loadPackage(source): Promise<undefined | { cleanup?: () => Promise<void>; dataPackage: Package; }>

Defined in: core/plugin.ts:4

string

Promise<undefined | { cleanup?: () => Promise<void>; dataPackage: Package; }>


optional savePackage(dataPackage, options): Promise<undefined | { path?: string; }>

Defined in: core/plugin.ts:10

Package

string

boolean

Promise<undefined | { path?: string; }>