UNPKG

@typescript-eslint/typescript-estree

Version:

A parser that converts TypeScript source code into an ESTree compatible form

5 lines (4 loc) 226 B
import * as ts from 'typescript'; type ImportClausePhaseModifier = 'defer' | 'type' | null; export declare function getImportClausePhaseModifier(node: ts.ImportClause | null | undefined): ImportClausePhaseModifier; export {};