UNPKG

generator-landingpages

Version:
11 lines (7 loc) 173 B
/* eslint no-unused-vars: "off", no-undef: "off" */ let hello = 'test ok!'; console.log(hello); window.module = window.module || {}; module.exports = { hello: hello };