Skip to content

loadPackageDescriptor

loadPackageDescriptor(path): Promise<Package>

Defined in: package/load.ts:9

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

string

Promise<Package>