UNPKG

210 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.notUndefined = void 0;
4function notUndefined(value) {
5 return value !== undefined;
6}
7exports.notUndefined = notUndefined;