netux
v2.8.0
Published
Martín "Netux" Rodriguez
Downloads
91
Readme
netux
Martín "Netux" Rodriguez
usage
As a postinstall script.
npm install netux
# => {"name":{"first":"Martín","last":"Rodriguez"},...}As a JSON object.
console.log(require('netux')); // => {"name":{"first":"Martín","last":"Rodriguez"},...}With TypeScript support.
import * as netux from 'netux';
const personName = netux.name; // of type { first: string; last: string }
console.log(`${ personName.first } ${ personName.last }`); // => "Martín Rodriguez"
credits
@johnkpaul, @bevacqua and @joshhunt
license
MIT
