Skip to content

loadPackageDescriptor

loadPackageDescriptor(path): Promise<Package>

Defined in: core/package/load.ts:8

Load a Package descriptor (JSON Object) from a file or URL Ensures the descriptor is valid against its profile

string

Promise<Package>