UNPKG

@gitlab/ui

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