UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev (v3) projects

5 lines 179 B
import { pathToFileURL } from "url"; export function normalizeImportPath(importPath) { return pathToFileURL(importPath).href; } //# sourceMappingURL=normalizeImportPath.js.map