/** * 调用入口。 * @packageDocumentation */ export { isFunction, isDate, isObject } from './type'; export { hasOwnProp, assignProps, isEmpty } from './object'; export { toArray, mergeArray, isArrayLike } from './array'; export { addRelativeTime } from './date'; export { PubSub } from './event';