/** * Writes the module name to stdout. * Thrilling stuff. */ export const log = () => /* eslint-disable-next-line no-console */ console.log('<%- moduleName %>');