UNPKG

anux-common

Version:

[![Build Status](https://travis-ci.com/Anupheaus/anux-common.svg?branch=master)](https://travis-ci.com/Anupheaus/anux-common) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/dd0e0bd3a96247a5a78c02a812f949f8)](https://www.codacy.com/app/Anuphea

12 lines (11 loc) 278 B
import * as moment from 'moment'; export declare enum TimeUnits { Day = 0, Week = 1, Month = 2, Quarter = 3, Year = 4 } export declare namespace TimeUnits { function toMomentUnits(timeUnit: TimeUnits): moment.unitOfTime.DurationConstructor; }