fcoin/lib/utils/int64.js
2017-06-22 03:59:49 -07:00

10 lines
184 B
JavaScript

/*!
* int64.js - int64s for bcoin
* Copyright (c) 2017, Christopher Jeffrey (MIT License).
* https://github.com/bcoin-org/bcoin
*/
'use strict';
module.exports = require('n64');