Tengo algunas funciones en un módulo y quiero anularlas en otro módulo y exportarlas.
Quiero lograr esto:
import * as functions from 'path/to/module' functions.test = function () { // } export {...functions} // this line is invalid