6 lines
83 B
JavaScript

define("amd/module-name/input", [], function () {
"use strict";
foobar();
});