@planjs/utils
Version:
🔧 Common tools collection
20 lines (19 loc) • 539 B
JavaScript
export { default as global } from './global';
export * from './constant';
export * from './regex_constant';
export * from './debug';
export * from './is';
export * from './promise';
export * from './random';
export * from './string';
export * from './number';
export * from './blob';
export * from './array';
export * from './dom';
export * from './bom';
export * from './date';
export * from './function';
export * from './things';
export * from './function';
export * from './object'; // Some boring realization
export * from './magic';