Afanasev_Stepan_PIbd-21_IP/ИП 2 лаба/node_modules/async/internal/notId.js

10 lines
180 B
JavaScript
Raw Permalink Normal View History

2024-01-10 16:11:49 +04:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = notId;
function notId(v) {
return !v;
}
module.exports = exports["default"];