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) 180 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.config = void 0; const config = () => { console.log('config'); }; exports.config = config;