export exposed interface import {} from “module name/path”
1. Define the module and expose the interface through export
//module1.js
export let a = 3;
export function sayHello(){
export exposed interface import {} from “module name/path”
1. Define the module and expose the interface through export
//module1.js
export let a = 3;
export function sayHello(){