serverless/lib/utils/import-esm.js
2024-04-14 17:25:27 -07:00

4 lines
119 B
JavaScript

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