@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
15 lines (14 loc) • 513 B
TypeScript
import { IManifestSubscriber } from "./ManifestPublisher";
export declare class ManifestByBackendRuntimeLoader {
private static _Instance;
private Subscriber;
private constructor();
static manifestSubscriber: () => IManifestSubscriber;
private static clearManifests;
private static done;
private static newManifestLoadableByRuntime;
private static registerTypeSubscriptions;
private static getHandableRules;
private static resolveRule;
private static compareRuntime;
}