decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
10 lines (8 loc) • 307 B
JavaScript
// Write your package code here!
;
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';