forked from LeenkxTeam/Kmake
3 lines
62 B
JavaScript
3 lines
62 B
JavaScript
let hello = await Promise.resolve('world');
|
|
export { hello };
|