/*! Copyright (c) 2018 Yegor Golubchik. Licensed under the MIT License (MIT), see https://github.com/Yegorich555/ytech-js-extensions */ /* global define */ "use strict"; import "./lib/array/index"; import "./lib/date/index"; import "./lib/math/index"; import "./lib/string/index"; export * from "./lib/object/index";