eslint-plugin-vue-scoped-css
Version:
ESLint plugin for Scoped CSS in Vue.js
4 lines (3 loc) • 353 B
TypeScript
import type { AST, TSAsExpression, RuleContext } from "../../types";
export declare function unwrapTypesExpression<T extends AST.ESLintExpression | AST.ESLintSuper | AST.ESLintDeclaration | AST.ESLintSpreadElement | TSAsExpression>(node: T): T;
export declare function getStringFromNode(node: AST.ESLintExpression, context: RuleContext): string | null;