UNPKG

blips

Version:

State management for the GraphQL heads

3 lines 94 B
export function typeOf(value) { return Object.prototype.toString.call(value).slice(8, -1); }