0.0.3 • Published 5 months ago

serverinfo-node v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

serverinfo-node

Installation

npm i serverinfo-node

Usage

ESM

import { getAll } from "serverinfo-node";

getAll().then((info) => {
  console.log(info);
});

CommonJS

const { getAll } = require("serverinfo-node");

const info = await getAll();
console.log(info);
0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago