UNPKG

curls

Version:

💪 Responsive, expressive UI primitives for React written with Style Hooks and Emotion

5 lines (4 loc) • 210 B
import memoize from 'trie-memoize' import nullIfFalsy from './nullIfFalsy' export const memoValue = fn => nullIfFalsy(memoize([Map], fn)) export const memoTheme = fn => nullIfFalsy(memoize([Map, WeakMap], fn))