@appshell/config
Version:
Utility for producing a global appshell manifest for module federation micro-frontends
9 lines • 308 B
TypeScript
type LoadJsonOptions = {
insecure: boolean;
target: string | RegExp;
apiKey?: string;
proxyUrl?: string;
};
declare const _default: <T = Record<string, unknown>>(jsonPathOrUrl: string, options?: LoadJsonOptions) => Promise<T[]>;
export default _default;
//# sourceMappingURL=loadJson.d.ts.map