Files
2025-01-04 00:34:03 +01:00

2 lines
128 B
JavaScript

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