Repository URL to install this package:
|
Version:
4.2.0-a11y.0 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.inputChains = [];
function register(plugin) {
if (Array.isArray(plugin)) {
plugin.forEach(register);
} else {
exports.inputChains.push(plugin);
}
}
exports.register = register; //# sourceMappingURL=config.js.map