Skip to content

Commit

Permalink
formartui
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroCodes committed Feb 27, 2024
1 parent 76c82f9 commit ff063d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api-ign-js/src/plugins/comparators/src/facade/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,3 +313,6 @@ export const transformToLayers = (layers, index) => {
return transform;
};

export const formatearID = (str) => {
return str.replace(/[^\w$]/g, '');
};

0 comments on commit ff063d6

Please sign in to comment.