UNPKG

eslint-plugin-obsidian

Version:

ESLint rules for Obsidian

7 lines 198 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nonNull = nonNull; function nonNull(value) { return value !== undefined; } //# sourceMappingURL=filter.js.map