Named Export/Imports
//all the imports should be mentioned at hte top of the script
//import * as Math from './dio';
//import {add,divide} as Math from "./dio";
console.log(Math.add(2,3));INFO
//all the imports should be mentioned at hte top of the script
//import * as Math from './dio';
//import {add,divide} as Math from "./dio";
console.log(Math.add(2,3));