UNPKG

blips

Version:

State management for the GraphQL heads

7 lines (6 loc) 154 B
"use strict"; exports.__esModule = true; exports.typeOf = typeOf; function typeOf(value) { return Object.prototype.toString.call(value).slice(8, -1); }