UNPKG

faster-babel-types

Version:
5 lines 472 B
import type * as t from '@babel/types'; export declare function tsTypeParameterDeclaration(params: t.TSTypeParameter[]): t.TSTypeParameterDeclaration; export declare function isTSTypeParameterDeclaration(node: t.Node | null | undefined): node is t.TSTypeParameterDeclaration; export declare function assertTSTypeParameterDeclaration(node: t.Node | null | undefined): asserts node is t.TSTypeParameterDeclaration; //# sourceMappingURL=ts-type-parameter-declaration.d.ts.map