5 lines
103 B
TypeScript

export * from './array';
export * from './common';
export * from './number';
export * from './object';