UNPKG

@modern-js/core

Version:

A Progressive React Framework for modern web development.

7 lines (6 loc) 383 B
import type { LoadedConfig, UserConfig } from '../types'; /** * Assign the pkg config into the user config. */ export declare const assignPkgConfig: (userConfig?: UserConfig, pkgConfig?: UserConfig) => UserConfig; export declare function createLoadedConfig(appDirectory: string, filePath?: string, packageJsonConfig?: string, loadedConfig?: UserConfig): Promise<LoadedConfig<{}>>;