UNPKG

turnilo

Version:

Business intelligence, data exploration and visualization web application for Druid, formerly known as Swiv and Pivot

10 lines 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function nullableEquals(a, b) { if (a === null) { return a === b; } return !!a.equals(b); } exports.default = nullableEquals; //# sourceMappingURL=nullable-equals.js.map