@v4fire/core
Version:
V4Fire core library
16 lines (15 loc) • 580 B
TypeScript
/*!
* V4Fire Core
* https://github.com/V4Fire/Core
*
* Released under the MIT license
* https://github.com/V4Fire/Core/blob/master/LICENSE
*/
export declare const formatCache: any;
export declare const dateChunkRgxp: RegExp, timeChunkRgxp: RegExp, zoneChunkRgxp: RegExp;
export declare const normalizeDateChunkRgxp: RegExp, normalizeZoneRgxp: RegExp;
export declare const isDateStr: RegExp, isFloatStr: RegExp;
export declare const createAliases: any;
export declare const formatAliases: any;
export declare const boolAliases: any;
export declare const defaultFormats: any;