bubble.d.ts 219 B

1234
  1. import { Duration } from './constructor';
  2. export declare function bubble(dur: Duration): Duration;
  3. export declare function daysToMonths(day: number): number;
  4. export declare function monthsToDays(month: number): number;