blob: 1d04f708a79436329c7e7c6ca376eaaacc2f335d [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/**
* Global variable exports for console debug.
*/
module.exports = function(app) {
global.travel = app;
};