UNPKG

xframelib

Version:

The accumulated front-end development foundation library originates from projects and serves projects.

36 lines (35 loc) 1.58 kB
import { default as H5Tool } from './H5Tool'; import { default as StringUtils } from './StringUtils'; import { default as StorageHelper, storage } from './Storage'; import { default as uuid, newGuid } from './uuid'; import { default as ZipTool } from './ZipTool'; import { default as GzipTool } from './GzipTool'; import { default as DayjsTool } from './DayjsTool'; import { default as XXTEA } from './XXTEA'; import { default as WaterMark } from './WaterMark'; import { GetSignalRClient } from './SignalrClient'; import { default as iconv, EncodeOptions, DecodeOptions } from 'iconv-lite'; import { default as WebCacheTool } from './WebCacheTool'; import { default as WarGridTool } from './WarGridTool'; import * as CommonTool from './CommonTool'; export * from './Color'; export * from './FileDownload'; export * from './Time'; export * from './AxiosHelper'; export * from './TokenHelper'; export * from './FileUpload'; export * from './JQuery'; export * from './LockHelper'; export * from './BigFileDownload'; export * from './IsTool'; export * from './RouterURLTool'; export * from './CodeHelper'; export * from './ValidateTool'; export * from './WidgetsTool'; export * from './CommonTool'; export * from './FilenameUtils'; export * from './AutoUpdate'; export * from './LocalForageHelper'; export * from './FetchHelper'; export * from './Screen'; export { iconv, EncodeOptions, DecodeOptions, GetSignalRClient, WaterMark, XXTEA, H5Tool, StringUtils, StorageHelper as Storage, storage, uuid, newGuid, ZipTool, GzipTool, DayjsTool, WebCacheTool, WarGridTool, CommonTool };