@clerc/utils
Type Aliases
| Type Alias | Description |
|---|---|
| CamelCase | - |
| DeepPrettify | - |
| IsAny | - |
| LiteralUnion | - |
| MaybeArray | - |
| MaybeGetter | - |
| PartialRequired | - |
| Prettify | - |
| RequireExactlyOne | - |
| RequireExactlyOneOrNone | - |
| ToArray | - |
| UnionToIntersection | - |
Variables
| Variable | Description |
|---|---|
| isTruthy | - |
Functions
| Function | Description |
|---|---|
| camelCase | Converts a dash- or space-separated string to camelCase. Not using regexp for better performance, because this function is used in parser. |
| formatFlagName | - |
| formatVersion | - |
| joinWithAnd | - |
| kebabCase | - |
| looseIsArray | - |
| objectIsEmpty | - |
| resolveValue | - |
| toArray | - |

