linx-simulator2/node_modules/async/internal/notId.js
2019-09-18 11:11:16 +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"];