UNPKG

@haiku/player

Version:

Haiku Player is a JavaScript library for building user interfaces

7 lines 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isComplexValue(value) { return (value && Array.isArray(value)) || (value && typeof value === 'object'); } exports.default = isComplexValue; //# sourceMappingURL=isComplexValue.js.map