UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

5 lines (4 loc) 210 B
import { LoadableBundleManifest } from "../../models"; export declare class ManifestRulesHelper { static getRules(manifest: LoadableBundleManifest): import("@omnia/fx-models").ClientResolvableLoadRule[]; }