Which statement correctly imports this code from some-file.js?
//some-file.js
export const printMe = (str) => console.log(str);
Which statement correctly imports this code from some-file.js?
//some-file.js
export const printMe = (str) => console.log(str);