relay-cfg/lib/bcfg.js

10 lines
208 B
JavaScript
Raw Normal View History

2017-10-29 14:08:10 +00:00
/*!
* bcfg.js - configuration parsing for bcoin
* Copyright (c) 2016-2017, Christopher Jeffrey (MIT License).
* https://github.com/bcoin-org/bcoin
*/
'use strict';
2017-11-02 13:54:58 +00:00
module.exports = require('./config');