UNPKG

@gitlab/ui

Version:
4 lines (2 loc) 120 B
import { has } from 'lodash-es'; export const tokensValidator = (tokens) => tokens.every((token) => has(token, 'id'));