UNPKG

jsfast

Version:

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

4 lines (3 loc) 228 B
import type { FastjsDate, FastjsDateAPI } from "./date-types"; export declare function createMethods(date: FastjsDate): FastjsDateAPI; export declare function parseFormatString(formatString: string, dateString: string): number;