UNPKG

eslint-plugin-perfectionist

Version:

ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.

5 lines (4 loc) 157 B
import { TSESTree } from '@typescript-eslint/types' export declare function computeExportKindModifier( node: TSESTree.ExportSpecifier, ): 'value' | 'type'