()
| 69 | * @returns {Transformation[]} Copy of transformations array |
| 70 | */ |
| 71 | export const getTransformations = () => { |
| 72 | return [...transformations] |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * Find all transformations whose patterns match any of the given URLs. |
no outgoing calls
no test coverage detected
searching dependent graphs…