UNPKG

110 BTypeScriptView Raw
1export declare class Package {
2 private uid;
3 constructor(uid: any);
4 readMetadata(): Promise<{}>;
5}