mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 18:31:39 -04:00
This adds moment to perfect date/time sorting with tabulator!
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// Side effect imports
|
||||
import './prototype';
|
||||
|
||||
import { createDuration } from './create';
|
||||
import { isDuration } from './constructor';
|
||||
import {
|
||||
getSetRelativeTimeRounding,
|
||||
getSetRelativeTimeThreshold
|
||||
} from './humanize';
|
||||
|
||||
export {
|
||||
createDuration,
|
||||
isDuration,
|
||||
getSetRelativeTimeRounding,
|
||||
getSetRelativeTimeThreshold
|
||||
};
|
||||
Reference in New Issue
Block a user