mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 22:04:06 -06:00
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
/**
|
|
* @internal
|
|
*/
|
|
export declare function isMetadataEqual(old: any, changed: any): boolean;
|