@v4fire/core
Version:
V4Fire core library
27 lines (26 loc) • 567 B
TypeScript
declare const _exports: Config;
export = _exports;
declare class Config {
src: {};
envs: {};
roots: any[];
client: any[];
server: any[];
extend(...args: any[]): any;
expand(config?: Config): any;
hash({ data, alg, length }?: {
data: any;
alg?: string | undefined;
length: any;
}): string;
createConfig({ dirs, envs, mod }: {
dirs: any;
envs: any;
mod: any;
}, opts: any): any;
getSrcMap(dir: any): {
pzlr: any;
root: string;
src: string;
};
}