Comparing version 0.110.2-20240926072635 to 0.110.2-20240926072833
@@ -98,2 +98,6 @@ import { Editor, Path, Range, Text } from '..'; | ||
/** | ||
* Similar to get, but returns undefined if the node does not exist. | ||
*/ | ||
getIf: (root: Node, path: Path) => Node | undefined; | ||
/** | ||
* Check if a descendant node exists at a specific path. | ||
@@ -100,0 +104,0 @@ */ |
{ | ||
"name": "slate", | ||
"description": "A completely customizable framework for building rich text editors.", | ||
"version": "0.110.2-20240926072635", | ||
"version": "0.110.2-20240926072833", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/ianstormtaylor/slate.git", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2109482
22355