UNPKG

jsfast

Version:

Fastjs(jsfast) is a useful, lightweight JavaScript library for any types of project.

3 lines (2 loc) 167 B
import type { FastjsDate } from "./date-types"; export declare function createFastjsDate(format?: string, date?: number | string | Date, local?: boolean): FastjsDate;