• Preparing search index...
  • The search index is not available
Documentation
  • Documentation
  • svelte-ast-analyze
  • css/selector
  • isCSSSimpleSelector

Function isCSSSimpleSelector

  • isCSSSimpleSelector(input: unknown): input is SimpleSelector

    Type check guard to see if provided AST node is a CSS based AST.CSS.Node.

    Parameters

    • input: unknown

      Supported AST node to narrow down its inferred type @NO_SIDE_EFFECTS WARN: Good to know: they're not same (complaint) with css-tree specification!

    Returns input is SimpleSelector

    • Defined in pkgs/svelte-ast-analyze/src/css/selector.ts:257

Settings

Member Visibility
Documentation
  • Loading...

Generated using TypeDoc