blob: 40ab797b11f527988b49a5cdde4572851e281816 [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.
var hg = require('mercury');
module.exports = state;
function state(options) {
return hg.state();
}