UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

3 lines (2 loc) 96 B
import { DateTime } from "../typing"; export declare function parseDate(input: DateTime): Date;