Sha256: f23788a3a3f12e54b1547afc46483ad420ed5815fad05a807aacd2268ad69e73
Contents?: true
Size: 342 Bytes
Versions: 19
Compression:
Stored size: 342 Bytes
Contents
// Side effect imports import './prototype'; import { createDuration } from './create'; import { isDuration } from './constructor'; import { getSetRelativeTimeRounding, getSetRelativeTimeThreshold, } from './humanize'; export { createDuration, isDuration, getSetRelativeTimeRounding, getSetRelativeTimeThreshold, };
Version data entries
19 entries across 19 versions & 1 rubygems