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