UNPKG

@gitlab/ui

Version:
10 lines (7 loc) 196 B
import has from 'lodash/has'; var tokensValidator = function tokensValidator(tokens) { return tokens.every(function (token) { return has(token, 'id'); }); }; export { tokensValidator };