anux-common
Version:
[](https://travis-ci.com/Anupheaus/anux-common) [](https://www.codacy.com/app/Anuphea
16 lines (15 loc) • 323 B
TypeScript
import './object';
import './array';
import './date_old';
import './function';
import './math';
import './promise';
import './reflect';
import './string';
import './map';
import './set';
export * from './is';
export * from './global';
export * from './date';
export * from './to';
export * from './promise';