Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export var /** @type {?} */ registerPlugin = function () {
var args = [];
for (var _i = 0; _i < arguments.length; _i++) {
args[_i] = arguments[_i];
}
// register plugin
register.apply(void 0, args);
// update props
update();
};
var FilePond = /** @class */ (function () {