UNPKG

@haiku/player

Version:

Haiku Player is a JavaScript library for building user interfaces

7 lines 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isEmptyChild(thing) { return thing === undefined || thing === null; } exports.default = isEmptyChild; //# sourceMappingURL=isEmptyChild.js.map