Files
SmartShopper/express-server/node_modules/async/internal/notId.js
2018-12-22 23:30:39 +01: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"];