@resk/core
Version:
An innovative TypeScript framework that empowers developers to build applications with a fully decorator-based architecture for efficient resource management. By combining the power of decorators with a resource-oriented design, DecorRes enhances code cla
52 lines (51 loc) • 1.18 kB
TypeScript
import "../../utils/string";
declare const _default: {
months: string[];
monthsShort: string[];
monthsParseExact: boolean;
weekdays: string[];
weekdaysShort: string[];
weekdaysMin: string[];
weekdaysParseExact: boolean;
longDateFormat: {
LT: string;
LTS: string;
L: string;
LL: string;
LLL: string;
LLLL: string;
};
calendar: {
sameDay: string;
nextDay: string;
nextWeek: string;
lastDay: string;
lastWeek: string;
sameElse: string;
};
relativeTime: {
future: string;
past: string;
s: string;
m: string;
mm: string;
h: string;
hh: string;
d: string;
dd: string;
M: string;
MM: string;
y: string;
yy: string;
};
dayOfMonthOrdinalParse: RegExp;
ordinal: (number: number) => string;
meridiemParse: RegExp;
isPM: (input: string) => boolean;
meridiem: (hours: number, minutes: number, isLower: boolean) => "MD" | "PD";
week: {
dow: number;
doy: number;
};
};
export default _default;