UNPKG

@theguild/federation-composition

Version:
7 lines (6 loc) 188 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDefined = isDefined; function isDefined(value) { return value !== undefined && value !== null; }