UNPKG

is-x-time

Version:

Returns boolean for various time-of-day queries such as isNight and isBusinessHours

28 lines (27 loc) 1.05 kB
/** * Covers most, if not all, unique AWS regions. */ export const AWS_US_E_2 = "us-east-2"; export const AWS_US_E_1 = "us-east-1"; export const AWS_US_W_1 = "us-west-1"; export const AWS_US_W_2 = "us-west-2"; export const AWS_AF_S_1 = "af-south-1"; export const AWS_AP_E_1 = "ap-east-1"; export const AWS_AP_SE_3 = "ap-southeast-3"; export const AWS_AP_S_1 = "ap-south-1"; export const AWS_AP_NE_3 = "ap-northeast-3"; export const AWS_AP_NE_2 = "ap-northeast-2"; export const AWS_AP_SE_1 = "ap-southeast-1"; export const AWS_AP_SE_2 = "ap-southeast-2"; export const AWS_AP_NE_1 = "ap-northeast-1"; export const AWS_CA_C_1 = "ca-central-1"; export const AWS_CN_N_1 = "cn-north-1"; export const AWS_CN_NW_1 = "cn-northwest-1"; export const AWS_EU_C_1 = "eu-central-1"; export const AWS_EU_W_1 = "eu-west-1"; export const AWS_EU_W_2 = "eu-west-2"; export const AWS_EU_S_1 = "eu-south-1"; export const AWS_EU_W_3 = "eu-west-3"; export const AWS_EU_N_1 = "eu-north-1"; export const AWS_ME_S_1 = "me-south-1"; export const AWS_SA_E_1 = "sa-east-1";