UNPKG

@arrows/dispatch

Version:
21 lines (19 loc) 391 B
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