Skip to content

Commit

Permalink
Create a test PR (#6955)
Browse files Browse the repository at this point in the history
Co-authored-by: Niels Y. <[email protected]>
  • Loading branch information
Tranquiliz00 and nyogi authored Dec 12, 2024
1 parent f989d19 commit b2d8c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-utils/flow/LexicalUtils.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ declare export function $firstToLastIterator(node: ElementNode): Iterable<Lexica

declare export function $lastToFirstIterator(node: ElementNode): Iterable<LexicalNode>;

declare export function $unwrapNode(node: ElementNode): void;
declare export function $unwrapNode(node: ElementNode): void;

0 comments on commit b2d8c69

Please sign in to comment.