projecte_ionic/node_modules/async/internal/notId.js
2022-02-09 18:30:03 +01:00

10 lines
180 B
JavaScript
Executable file

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