serverless/lib/utils/import-esm.js
2024-05-29 11:51:04 -04:00

4 lines
118 B
JavaScript

// TODO: Remove after dropping support for Node.js v12
export default async (modPath) => import(`file://${modPath}`)