UNPKG

@gitlab/ui

Version:
5 lines (3 loc) 170 B
import has from 'lodash/has'; // eslint-disable-next-line import/prefer-default-export export const tokensValidator = tokens => tokens.every(token => has(token, 'id'));