UNPKG

eslint-plugin-obsidian

Version:

ESLint rules for Obsidian

22 lines 475 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MissingType = void 0; class MissingType { toString() { return []; } isEmpty() { return true; } equals(types) { return types.length === 0 || types.length === 1 && types[0].isEmpty(); } includes() { return false; } size() { return 0; } } exports.MissingType = MissingType; //# sourceMappingURL=missingType.js.map