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