UNPKG

208 BJavaScriptView Raw
1/*!
2 * bcfg.js - configuration parsing for bcoin
3 * Copyright (c) 2016-2017, Christopher Jeffrey (MIT License).
4 * https://github.com/bcoin-org/bcoin
5 */
6
7'use strict';
8
9module.exports = require('./config');