has(item) {
  return typeof items[item] !== 'undefined'
}