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