rittenhop-dev/versions/5.94.2/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isSet.js

6 lines
164 B
JavaScript
Raw Normal View History

2024-09-23 19:40:12 -04:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isSet = void 0;
const isSet = (value) => value != null;
exports.isSet = isSet;