UNPKG

envx-cli

Version:

Environment file encryption and management tool

5 lines 170 B
#!/usr/bin/env node import { Command } from 'commander'; declare function createProgram(): Promise<Command>; export { createProgram }; //# sourceMappingURL=index.d.ts.map