netux
TypeScript icon, indicating that this package has built-in type declarations

2.6.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i netux

Weekly Downloads

1

Version

2.6.0

License

MIT

Unpacked Size

6.13 kB

Total Files

5

Last publish

Collaborators

  • netux