UNPKG

xe-utils-es

Version:

JavaScript 函数库、工具类

12 lines (11 loc) 302 B
import getBaseURL from './getBaseURL'; import locat from './locat'; import browse from './browse'; import cookie from './cookie'; declare const webMethods: { getBaseURL: typeof getBaseURL; locat: typeof locat; browse: typeof browse; cookie: typeof cookie; }; export default webMethods;