Submit
Path:
~
/
/
usr
/
share
/
grafana
/
public
/
app
/
features
/
auth-config
/
utils
/
File Content:
guards.ts
import { SelectableValue } from '@grafana/data'; export function isSelectableValue(value: unknown): value is SelectableValue[] { return Array.isArray(value) && value.every((v) => typeof v === 'object' && v !== null && 'value' in v); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
data.ts
3064 bytes
0644
guards.ts
238 bytes
0644
url.ts
454 bytes
0644
N4ST4R_ID | Naxtarrr