index.js 76 B

12
  1. export const getType = v => Object.prototype.toString.call(v).slice(8, -1)