UNPKG

@js-sugar/date

Version:

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

7 lines (6 loc) 174 B
import { DateTime } from '../main'; /** * Returns an Array with the values of this DateTime. * @public */ export declare function toArray(date: DateTime): number[];