Skip to content

mergePackages

mergePackages(options): Promise<{[key: `${string}:${string}`]: any; $schema?: string; contributors?: Contributor[]; created?: string; description?: string; homepage?: string; image?: string; keywords?: string[]; licenses?: License[]; name?: string; resources: Resource[]; sources?: Source[]; title?: string; version?: string; }>

Defined in: core/package/merge.ts:7

Merges a system data package into a user data package if provided

Package

string

Promise<{[key: `${string}:${string}`]: any; $schema?: string; contributors?: Contributor[]; created?: string; description?: string; homepage?: string; image?: string; keywords?: string[]; licenses?: License[]; name?: string; resources: Resource[]; sources?: Source[]; title?: string; version?: string; }>