UNPKG

eslint-plugin-obsidian

Version:

ESLint rules for Obsidian

9 lines 261 B
import type { Type } from './type'; export declare class MissingType implements Type { toString(): string[]; isEmpty(): boolean; equals(types: Type[]): boolean; includes(): boolean; size(): number; } //# sourceMappingURL=missingType.d.ts.map