mora-scripts
Version:
Some collection scripts by myself
13 lines (11 loc) • 541 B
TypeScript
import * as DotProp from './DotProp'
import * as Events from './Events'
import * as assign from './assign'
import * as escapeRegExp from './escapeRegExp'
import * as formatDate from './formatDate'
import * as hasOwnEnumProp from './hasOwnEnumProp'
import * as hasOwnProp from './hasOwnProp'
import * as isObject from './isObject'
import * as isPlainObject from './isPlainObject'
import * as toString from './toString'
export {DotProp, Events, assign, escapeRegExp, formatDate, hasOwnEnumProp, hasOwnProp, isObject, isPlainObject, toString}