UNPKG

create-node-template

Version:

Create node.js/express boilerplate with one command

9 lines (6 loc) 159 B
import { testFunction } from './helpers.js'; const run = async () => { const todo = await testFunction(); console.log('Todo #1: ', todo); }; void run();