2026-01-22 21:21:56 +05:30

2 lines
128 B
JavaScript

export const isFipsRegion = (region) => typeof region === "string" && (region.startsWith("fips-") || region.endsWith("-fips"));