UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

4 lines (3 loc) 419 B
import { Months, Weekdays } from '@shopify/javascript-utilities/dates'; export declare function monthName(month: Months): "january" | "february" | "march" | "april" | "may" | "june" | "july" | "august" | "september" | "october" | "november" | "december" | undefined; export declare function weekdayName(weekday: Weekdays): "sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | undefined;