UNPKG

@magic-xpa/utils

Version:

magic utils package

51 lines (50 loc) 1.92 kB
export declare class PICInterface { static readonly PIC_X: number; static readonly PIC_U: number; static readonly PIC_L: number; static readonly PIC_N: number; static readonly PIC_YY: number; static readonly PIC_YYYY: number; static readonly PIC_MMD: number; static readonly PIC_MMM: number; static readonly PIC_DD: number; static readonly PIC_DDD: number; static readonly PIC_DDDD: number; static readonly PIC_W: number; static readonly PIC_WWW: number; static readonly PIC_HH: number; static readonly PIC_MMT: number; static readonly PIC_SS: number; static readonly PIC_PM: number; static readonly PIC_HYYYYY: number; static readonly PIC_HL: number; static readonly PIC_HDD: number; static readonly PIC_MS: number; static readonly PIC_LOCAL: number; static readonly PIC_MAX_MSK_LEN: number; static readonly PIC_JY1: number; static readonly PIC_JY2: number; static readonly PIC_JY4: number; static readonly PIC_YJ: number; static readonly PIC_BB: number; static readonly PIC_J: number; static readonly PIC_T: number; static readonly PIC_G: number; static readonly PIC_S: number; static readonly PIC_MAX_OP: number; static readonly NULL_CHAR: number; static readonly DB_STR_MAX: number; static readonly DAYSINFOURCENT: number; static readonly DAYSINCENTURY: number; static readonly DAYSINFOURYEAR: number; static readonly DAYSINYEAR: number; static readonly DAYSINMONTH: number; static readonly DATE_BUDDHIST_GAP: number; static readonly DEFAULT_DATE: string; static readonly DEFAULT_TIME: string; static readonly date_day_tab: number[]; static readonly date_month_str: string[]; static readonly date_dow_str: string[]; static readonly NumDirective: number[]; constructor(); }