Input:
const getMessage = () => 'Hello World'; const someDiv =
{getMessage()}
;
Transformed code using Babel
:
Loading...