UNPKG

hut-build

Version:
10 lines (6 loc) 155 B
'use strict'; var document = window.document; function foo() { document.querySelector('.hello').innerText = 'Hello World!'; } module.exports = foo;