PHP Classes

File: CoffeeCMS/contents/themes/cfnews/assets/moment/src/lib/units/units.js

Recommend this page to a friend!
  Classes of James Brows   Coffee CMS   CoffeeCMS/contents/themes/cfnews/assets/moment/src/lib/units/units.js   Download  
File: CoffeeCMS/contents/themes/cfnews/assets/moment/src/lib/units/units.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Coffee CMS
Content management system using MVC based themes
Author: By
Last change:
Date: 2 years ago
Size: 404 bytes
 

Contents

Class file image Download
// Side effect imports import './day-of-month'; import './day-of-week'; import './day-of-year'; import './hour'; import './millisecond'; import './minute'; import './month'; import './offset'; import './quarter'; import './second'; import './timestamp'; import './timezone'; import './week-year'; import './week'; import './year'; import { normalizeUnits } from './aliases'; export { normalizeUnits };