DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
308 Bytes
import type { AST } from 'svelte-eslint-parser';
import type { RuleContext } from '../../types';
import type { ASTNodeWithParent } from '../../types-for-node';
/** Extract comments */
export declare function extractLeadingComments(context: RuleContext, node: ASTNodeWithParent): (AST.Token | AST.Comment)[];