Files
rss-nostr-lambda/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js
T

6 lines
164 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isSet = void 0;
const isSet = (value) => value != null;
exports.isSet = isSet;