UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/redocly-cli

6 lines 215 B
/** * Checks if two objects are deeply equal. * Borrowed the source code from https://github.com/lukeed/dequal. */ export declare function dequal(foo: any, bar: any): boolean; //# sourceMappingURL=dequal.d.ts.map