Skip to content

Commit

Permalink
[FIX] index: export deepEquals
Browse files Browse the repository at this point in the history
Required for task 3810369

closes #4405

Task: 3810369
X-original-commit: f60835f
Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
  • Loading branch information
rrahir committed Jun 10, 2024
1 parent 2fcf01c commit 32b4332
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import {
import {
colorToRGBA,
computeTextWidth,
deepEquals,
formatValue,
isDefined,
isMarkdownLink,
Expand Down Expand Up @@ -195,6 +196,7 @@ export const helpers = {
isDefined,
lazy,
genericRepeat,
deepEquals,
};

export const links = {
Expand Down

0 comments on commit 32b4332

Please sign in to comment.