locutus
Version:
Locutus other languages' standard libraries to JavaScript for fun and educational purposes
12 lines (11 loc) • 464 B
TypeScript
export { calendar } from './calendar.ts';
export { formatstring } from './formatstring.ts';
export { isleap } from './isleap.ts';
export { leapdays } from './leapdays.ts';
export { month } from './month.ts';
export { monthcalendar } from './monthcalendar.ts';
export { monthrange } from './monthrange.ts';
export { timegm } from './timegm.ts';
export { week } from './week.ts';
export { weekday } from './weekday.ts';
export { weekheader } from './weekheader.ts';