UNPKG

travels

Version:

A fast, framework-agnostic undo/redo core library powered by Mutative JSON Patch

3 lines 224 B
export declare const isObjectLike: (value: unknown) => value is Record<PropertyKey, unknown>; export declare const isPlainObject: (value: unknown) => value is Record<PropertyKey, unknown>; //# sourceMappingURL=utils.d.ts.map