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

6 lines
149 B
JavaScript

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