UNPKG

@pisell/pisellos

Version:

一个可扩展的前端模块化SDK框架,支持插件系统

4 lines (3 loc) 170 B
import { RequestConfig } from './type'; export declare const setConfig: (newConfig: Partial<RequestConfig>) => void; export declare const getConfig: () => RequestConfig;