html5-infobeamer-dhcp/assets/js/custom/core/mainLoop.js

15 lines
81 B
JavaScript

'use strict';
let configure = () => undefined;
export {
configure
}