2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-15 10:42:26 +03:00
Files
vue-meta/dist/src/config/helpers.d.ts
T
2021-01-25 00:42:01 +00:00

4 lines
258 B
TypeScript

import { Config } from '../types';
export declare function hasConfig(name: string, config: Config): boolean;
export declare function getConfigByKey(tagOrName: string | Array<string>, key: string, config: Config): any;
//# sourceMappingURL=helpers.d.ts.map