export_module_es
v1.1.0
Published
This is a simple Node.js package that returns a dynamic URL.
Downloads
17
Readme
Add Two Numbers
This is a simple Node.js package that returns a dynamic URL.
Installation
// to install the dependency
npm install export_module_es
//how to setup the dependency
import { dynamicImport } from 'export_module_es';
const dynamicPath ='../'
const { testFunction } = await dynamicImport(dynamicPath + '../../testPath');