// This package name will be aliased to the file provided by the user. import * as userFunction from "user-function"; import run from "./run"; run(userFunction?.default)