UNPKG

@storm-software/workspace-tools

Version:

Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.

4 lines (2 loc) 147 B
declare function createCliOptions<T extends Record<string, string | number | boolean | string[]>>(obj: T): string[]; export { createCliOptions };