xe-utils-es
Version:
JavaScript 函数库、工具类
25 lines (24 loc) • 755 B
TypeScript
declare const staticExports: {
staticStrUndefined: string;
staticStrLast: string;
staticStrFirst: string;
staticDayTime: number;
staticWeekTime: number;
staticLocation: number | Location;
staticWindow: number | (Window & typeof globalThis);
staticDocument: number | Document;
staticEncodeURIComponent: typeof encodeURIComponent;
staticDecodeURIComponent: typeof decodeURIComponent;
staticObjectToString: () => string;
staticParseInt: (string: string, radix?: number | undefined) => number;
staticEscapeMap: {
'&': string;
'<': string;
'>': string;
'"': string;
'\'': string;
'`': string;
};
staticHGKeyRE: RegExp;
};
export default staticExports;