serverless/lib/utils/import-esm.js
2022-12-09 13:46:15 +01:00

6 lines
136 B
JavaScript

// TODO: Remove after dropping support for Node.js v12
'use strict';
module.exports = async (modPath) => import(`file://${modPath}`);