UNPKG

@serve.zone/interfaces

Version:

interfaces for working with containers

5 lines (4 loc) 132 B
#!/usr/bin/env node process.env.CLI_CALL = 'true'; const cliTool = await import('./dist_ts_interfaces/index.js'); cliTool.runCli();