... that can be consumed by other modules export const baker = { bake(item) { console.log( `Woo! I just baked ${item}` ); } }; // Filename: cakeFactory.mjs ...
確定! 回上一頁