ng-alain-plugin-theme
Version:
NG-ALAIN theme plugin
6 lines (5 loc) • 333 B
TypeScript
import { Config } from './types';
export declare function deepMergeKey(original: any, ingoreArray: boolean, ...objects: any[]): any;
export declare function getJSON(jsonFile: string): any;
export declare function d(config: Config, message: string, data?: unknown): void;
export declare function mergePath(...args: string[]): string;