UNPKG

arch-unit-ts

Version:
10 lines 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BooleanUtils = void 0; class BooleanUtils { static falseIfUndefined(property) { return property ?? false; } } exports.BooleanUtils = BooleanUtils; //# sourceMappingURL=BooleanUtils.js.map