initial commit
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
export const isFipsRegion = (region) => typeof region === "string" && (region.startsWith("fips-") || region.endsWith("-fips"));
|
||||
Reference in New Issue
Block a user