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