UNPKG

@cookbook/dot-notation

Version:

Object readings and complex transformations using dot notation syntax.

6 lines 166 B
const typeOf = (value) => ({}.toString .call(value) .match(/\s([A-Za-z]+)/)[1] .toLowerCase()); export default typeOf; //# sourceMappingURL=type-of.js.map