Pibd-21_Ievlewa_M.D._Intern.../node_modules/async/internal/notId.js
2023-12-03 18:52:09 +03:00

10 lines
180 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = notId;
function notId(v) {
return !v;
}
module.exports = exports["default"];