UNPKG

@gitlab/ui

Version:
4 lines (2 loc) 117 B
import has from 'lodash/has'; export const tokensValidator = (tokens) => tokens.every((token) => has(token, 'id'));