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

4 lines 221 B
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.isPrimitiveType = isPrimitiveType;function isPrimitiveType(value) { return Object(value) !== value; } //# sourceMappingURL=common.js.map