UNPKG

ng-alain-plugin-theme

Version:
6 lines (5 loc) 333 B
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;