Home Reference Source

src/index.js

import array from './array';
import string from './string';
import func from './function';

export default Object.assign(
  {},
  array,
  string,
  func,
);