mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-14 07:04:21 +08:00
4 lines
55 B
JavaScript
4 lines
55 B
JavaScript
module.exports = function(v) {
|
|
return v === null;
|
|
};
|