data-structure-typed/test/utils/index.ts

8 lines
180 B
TypeScript

export * from './number';
export * from './array';
export * from './big-o';
export * from './json2html';
export * from './is';
export * from './console';
export * from './string';