marko/widgets/loadWidget.js

4 lines
106 B
JavaScript

'use strict';
module.exports = function load(typeName) {
throw new Error('Not found: ' + typeName);
};