UNPKG

faster-babel-types

Version:
5 lines 382 B
import type * as t from '@babel/types'; export declare function declareFunction(id: t.Identifier): t.DeclareFunction; export declare function isDeclareFunction(node: t.Node | null | undefined): node is t.DeclareFunction; export declare function assertDeclareFunction(node: t.Node | null | undefined): asserts node is t.DeclareFunction; //# sourceMappingURL=declare-function.d.ts.map