if (!Array.isArray(prop)) {
        const actualType = typeof prop

        return new TypeError(`Expected ${key} to be an \`Array\`, but got \`${actualType}\``)
      }