We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fe8f8 commit ba33510Copy full SHA for ba33510
packages/arcgis-rest-developer-credentials/src/shared/helpers.ts
@@ -121,10 +121,9 @@ export function filterKeys<T extends object>(
121
}
122
123
/**
124
- * @internal
125
- * Used to determine if a generated key is a slot 1 or slot 2 key.
+ * Used to determine if a generated key is in slot 1 or slot 2 key.
126
*/
127
-function slotForKey(key: string) {
+export function slotForKey(key: string) {
128
return parseInt(key.substring(key.length - 10, key.length - 9));
129
130
0 commit comments