UNPKG

@gitlab/ui

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