jstd-web/node_modules/slate/dist/utils/deep-equal.d.ts

2 lines
144 B
TypeScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
export declare const isDeepEqual: (node: Record<string, any>, another: Record<string, any>) => boolean;
//# sourceMappingURL=deep-equal.d.ts.map