@uniformdev/cli 18.18.1-alpha.12 → 18.19.1-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts DELETED
@@ -1,9 +0,0 @@
1
- #!/usr/bin/env node
2
- import { CommandModule } from 'yargs';
3
-
4
- /** Export this type as `uniformCLI` from a package to define a Uniform CLI plugin. The plugin must be known to the CLI as well. */
5
- type UniformCLIPlugin = {
6
- commands: Array<CommandModule>;
7
- };
8
-
9
- export { UniformCLIPlugin };