UNPKG

@halsp/http

Version:

支持 Halsp HTTP 请求

9 lines (8 loc) 247 B
import { ParsedRegister } from "./map-matcher"; import { HttpOptions } from "./options"; declare module "@halsp/core" { interface Startup { useHttp(options?: HttpOptions): this; get parsedRegisters(): ParsedRegister[]; } }