UNPKG

jsfast

Version:

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

8 lines (7 loc) 231 B
interface replacement { 0: string; 1: string | number; } export declare function extractIgnoreTokens(formatString: string): [string, string[]]; export declare function getReplacement(date?: Date): replacement[]; export {};