UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

9 lines 246 B
// @ts-ignore import { resolvePath } from "mlly"; export function resolveModule(moduleName, url) { return resolvePath(moduleName, { // @ts-ignore url: url ?? import.meta.url, }); } //# sourceMappingURL=resolveModule.js.map