core-fed-util
Version:
This is A collection of commonly used frontend utility functions
29 lines (28 loc) • 930 B
JavaScript
export * from './utils/Num';
export * from './utils/String';
export * from './utils/Boolean';
export * from './utils/Obj';
export * from './utils/Env';
export * from './utils/Math';
export * from './utils/Array';
export * from './utils/Function';
export * from './utils/Dom';
export * from './utils/Date';
export * from './utils/Is';
export * from './utils/Request';
export * from './utils/Async';
export * from './utils/Regexp';
export * from './utils/Json';
export * from './utils/Set';
export * from './utils/Map';
export * from './utils/Browser';
export * from './utils/Proxy';
export * from './dataStructure/LinkedList';
export * from './dataStructure/Queue';
export * from './dataStructure/Stack';
export * from './dataStructure/Graph';
export * from './utils/Log';
export * from './designMode/Observer';
export * from './designMode/EvemtBus';
export * from './designMode/Validator';
export * from './designMode/Singleton';