UNPKG

@pisell/pisellos

Version:

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

7 lines (6 loc) 290 B
type RequestMethod = any; declare const pisell2Get: RequestMethod; declare const pisell2Post: RequestMethod; declare const pisell2Put: RequestMethod; declare const pisell2Remove: RequestMethod; export { pisell2Get as get, pisell2Post as post, pisell2Put as put, pisell2Remove as remove, };