UNPKG

react-pur

Version:

React UI component library (using styled-components)

3 lines (2 loc) 130 B
export const isObject = (obj) => typeof obj === 'object'; export const getMediaQuery = (from) => `@media (min-width: ${from}px)`;