Micro TypeOf Installation npm add micro-typeof Usage import typeOf from 'micro-typeof'; typeOf([0, 1]) // arraytypeOf({ name: 'Ademola' }) // objecttypeOf(Symbol('foo') // symboltypeOf(() => {}) // function LICENSE MIT