PHP Classes

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

Recommend this page to a friend!
  Classes of James Brows   Coffee CMS   CoffeeCMS/contents/themes/cfnews/assets/moment/src/lib/duration/duration.js   Download  
File: CoffeeCMS/contents/themes/cfnews/assets/moment/src/lib/duration/duration.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: 340 bytes
 

Contents

Class file image Download
// Side effect imports import './prototype'; import { createDuration } from './create'; import { isDuration } from './constructor'; import { getSetRelativeTimeRounding, getSetRelativeTimeThreshold } from './humanize'; export { createDuration, isDuration, getSetRelativeTimeRounding, getSetRelativeTimeThreshold };