forked from LeenkxTeam/Kmake
3 lines
54 B
JavaScript
3 lines
54 B
JavaScript
|
|
const { hello } = require('esm');
|
||
|
|
console.log(hello);
|