3 lines
80 B

import { foo } from './utils.js';
foo().then( value => console.log( value ) );