const types = {
  Array: 'Array',
  BigInt: 'BigInt',
  Boolean: 'Boolean',
  Error: 'Error',
  Function: 'Function',
  Generator: 'Generator',
  GeneratorFunction: 'GeneratorFunction',
  Null: 'Null',
  Number: 'Number',
  Object: 'Object',
  Promise: 'Promise',
  RegExp: 'RegExp',
  String: 'String',
  Symbol: 'Symbol',
  Undefined: 'Undefined',
}

export { types }
export default types
