UNPKG

@onesy/date

Version:

Time and date utils library

6 lines (5 loc) 218 B
import OnesyDate from './OnesyDate'; export declare type IOptionsFormat = { l?: (...args: any[]) => any; }; export default function format(onesyDate?: OnesyDate, value_?: string, options?: IOptionsFormat): string;