2024-04-26 15:43:27 +02:00

5 lines
80 B
JavaScript

export function add() {
// eslint-disable-next-line no-undef
return bar()
}