UNPKG

eslint-plugin-vue-scoped-css

Version:
4 lines (3 loc) 195 B
import type { RuleContext } from "../types"; export declare function hasTemplateBlock(context: RuleContext): boolean; export declare function isDefined<T>(item: T | null | undefined): item is T;