module.exports =
  object: require './types/object'
  string: require './types/string'
  array: require './types/array'
  json: require './types/json'
