UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

10 lines (8 loc) 307 B
// Write your package code here! 'use strict'; module.exports = { name: require('./package').name }; // Variables exported by this module can be imported by other packages and // applications. See decentralized-internet-tests.js for an example of importing. export const name = 'decentralized-internet';