UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

4 lines (3 loc) 163 B
import type { SourceCode } from 'eslint'; import type { Node } from 'estree'; export declare function getNodeSource(fileContents: SourceCode, node: Node): string;