UNPKG

@omnia/tooling-composers

Version:

Provide tooling to work with manifest things.

9 lines (8 loc) 269 B
export declare class ImportManifestRegistry { private static manifestPackagePaths; static add: (path: string) => void; static getPaths: () => string[]; private static getClientManifests; private static clearState; private static Subscription; }