UNPKG

@js-sugar/date

Version:

A multi-calendar, tree-shakable, extensible, immutable and lightweight date library for JavaScript

7 lines (6 loc) 138 B
import { DateTime } from '../main'; /** * Get the quarter. * @public */ export declare function quarter(date: DateTime): number;