@arrows/dispatch
Version:
Functional dispatch library
21 lines (19 loc) • 391 B
text/typescript
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