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.test = void 0; const test = () => { console.log('test'); }; exports.test = test;