0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
gentelella-1.3.0
/
vendors
/
moment
/
src
/
lib
/
duration
/
[
Home
]
File: duration.js
// Side effect imports import './prototype'; import { createDuration } from './create'; import { isDuration } from './constructor'; import { getSetRelativeTimeThreshold } from './humanize'; export { createDuration, isDuration, getSetRelativeTimeThreshold };