import getType from './getType'
import identity from './identity'
import is from './is'
import isIn from './isIn'
import types from './types'

export { getType, identity, is, isIn, types }

export default {
  getType,
  identity,
  is,
  isIn,
  types,
}
