UNPKG

chapi-cli

Version:

CloudHubAPI CLI is a command-line tool that simplifies e-point creation, making it quick and easy for users to manage their e-points directly from the terminal.

8 lines (7 loc) 170 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.libs = void 0; const libs = () => { console.log('libs'); }; exports.libs = libs;