10 lines
188 B
JavaScript
10 lines
188 B
JavaScript
/*!
|
|
* bn.js - big numbers for bcoin
|
|
* Copyright (c) 2017, Christopher Jeffrey (MIT License).
|
|
* https://github.com/bcoin-org/bcoin
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = require('bn.js');
|