UNPKG

slate-devtools

Version:

`slate-devtools` as name suggests it is devtool for [slatejs](https://github.com/ianstormtaylor/slate) which will assist you in debugging the code

17 lines 379 B
import { Node, Path } from "slate"; declare type Props = { node: Node; path: Path; }; /** * Will check if the given properties is equal to the object * { * path : [], * node : { * children : [] * } * } */ export declare const isEmptyProperties: (properties: Props) => boolean; export {}; //# sourceMappingURL=isEmptyProperties.d.ts.map