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