
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
/*!
 * Matomo - free/libre analytics platform
 *
 * @link https://matomo.org
 * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
 */
import './Periods.adapter';

export { default as Periods } from './Periods';
export { default as Day } from './Day';
export { default as Week } from './Week';
export { default as Month } from './Month';
export { default as Year } from './Year';
export { default as Range } from './Range';
export * from './utilities';
