/** * interact.js 1.10.27 * * Copyright (c) 2012-present Taye Adeyemi * Released under the MIT License. * https://raw.github.com/taye/interact.js/main/LICENSE */ const noop = () => {}; noop._defaults = {}; export { noop as default }; //# sourceMappingURL=noop.js.map