Files
old-slucajna-televizija/backend/node_modules/async/internal/notId.js
GotPPay a75ea978f9 ..
2017-10-16 20:21:19 +02: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"];