UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

3 lines (2 loc) 151 B
import { StrftimeOptions } from "../typing"; export declare function strftime(date: Date, format: string, options?: Partial<StrftimeOptions>): string;