1 2 3 4 5 6
import MyLibrary from "./build/library.mjs"; var myLibraryInstance = await MyLibrary(); const result = myLibraryInstance._multiply(6, 7); console.log("The answer is " + result);
Generated with cgit - Back to sebastiano.tronto.net