UNPKG

@vortex.so/cli

Version:

CLI to interact with Vortex.

14 lines (10 loc) 254 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const name = "@vortex.so/cli"; const version = "1.8.0"; const pkg = { name: name, version: version}; exports.default = pkg; exports.name = name; exports.version = version;