UNPKG

ucbuilder

Version:

:Shree Ganeshay Namah: new way app design

5 lines (4 loc) 358 B
import { IDirDeclarations, UserUCConfig } from "../../common/ipc/enumAndMore.js"; export declare function GetUcConfig(projectdir: string): Promise<UserUCConfig>; export default function UcDefaultConfig<K = IDirDeclarations>(...cfg: Partial<UserUCConfig<K>>[]): UserUCConfig<K>; export declare function ImportUserConfig(fpath: string): Promise<UserUCConfig>;