UNPKG

btcnano-lib

Version:

A pure and powerful JavaScript Btcnano library.

4 lines (3 loc) 282 B
//var context = require.context('./', true, /\.js$/); //make sure you have your directory and regex test set correctly! var context = require.context('.', false, /hdprivatekey.js$/); //make sure you have your directory and regex test set correctly! context.keys().forEach(context);