Code Review
/
aai
/
esr-gui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0106c92c0436b3ca4ced4f094b3b9f1ff19b7db3
[aai/esr-gui.git]
/
1
"use strict";
2
3
Object.defineProperty(exports, "__esModule", {
4
value: true
5
});
6
exports.default = notId;
7
function notId(v) {
8
return !v;
9
}
10
module.exports = exports["default"];