UNPKG

esiil

Version:

Minimalist library for EVE Online's ESI

5 lines (4 loc) 237 B
import IExtraParametersWithSig from "../interfaces/ExtraParametersWithSig"; declare function _cleanURL(s: string): string; declare function _paramsToString(params: IExtraParametersWithSig): string; export { _cleanURL, _paramsToString };