UNPKG

faster-babel-types

Version:
5 lines 483 B
import type * as t from '@babel/types'; export declare function interfaceExtends(id: t.Identifier | t.QualifiedTypeIdentifier, typeParameters?: t.TypeParameterInstantiation | null | undefined): t.InterfaceExtends; export declare function isInterfaceExtends(node: t.Node | null | undefined): node is t.InterfaceExtends; export declare function assertInterfaceExtends(node: t.Node | null | undefined): asserts node is t.InterfaceExtends; //# sourceMappingURL=interface-extends.d.ts.map