UNPKG

neoss

Version:

<div align="center"> <h1>neoss</h1> <i>Socket statistics, with a UI.</i> </div> <p align="center"> <a href="https://img.shields.io/github/v/release/pablolec/neoss" target="_blank"> <img src="https://img.shields.io/github/v/release/pablolec/neo

8 lines (7 loc) 242 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const screen_1 = require("./ui/screen"); const getStats_1 = require("./utils/getStats"); (0, screen_1.initialize)(); (0, getStats_1.getStats)();