UNPKG

d3-let

Version:

A small set of utilities for d3 plugins

3 lines (2 loc) 152 B
export const ostring = Object.prototype.toString; export const inBrowser = typeof window !== 'undefined' && ostring.call(window) !== '[object Object]';