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