UNPKG

react-layer-stack

Version:

Simple but ubiquitously powerful and agnostic layering system for React. Useful for any kind of windowing/popover/modals/tooltip application

3 lines 76 B
export function isPrimitiveType(value) { return Object(value) !== value; }