UNPKG

chainode

Version:

A private blockchain network based on node.js

16 lines (10 loc) 140 B
'use strict'; // Utilities class Utils { constructor() { } // Example example() { return; } }; export default new Utils();