UNPKG

@daysnap/horn-jssdk

Version:

原生容器面向 H5 开发者提供的基于容器应用内的网页开发工具包

8 lines (7 loc) 214 B
interface Config { log?: ((...args: any[]) => void) | boolean; mock?: (...args: any[]) => void; } export declare const config: Config; export declare const defineConfig: (cfg: Config) => Config; export {};