faster-babel-types
Version:
5 lines • 396 B
TypeScript
import type * as t from '@babel/types';
export declare function whileStatement(test: t.Expression, body: t.Statement): t.WhileStatement;
export declare function isWhileStatement(node: t.Node | null | undefined): node is t.WhileStatement;
export declare function assertWhileStatement(node: t.Node | null | undefined): asserts node is t.WhileStatement;
//# sourceMappingURL=while-statement.d.ts.map