@clerc/utils
Advanced tools
Comparing version 0.22.1 to 0.23.0
@@ -30,5 +30,5 @@ import * as _clerc_core from '@clerc/core'; | ||
declare const arrayStartsWith: <T>(arr: T[], start: T[]) => boolean; | ||
declare const generateCommandRecordFromCommandArray: <C extends Command<string, _clerc_core.CommandOptions<string[], MaybeArray<string | typeof _clerc_core.Root>, Dict<_clerc_core.FlagOptions>>>>(commands: C[]) => Dict<C>; | ||
declare const generateCommandRecordFromCommandArray: <C extends Command<string, _clerc_core.CommandOptions<string[], MaybeArray<string | typeof _clerc_core.Root>, _clerc_core.Flags>>>(commands: C[]) => Dict<C>; | ||
declare const semanticArray: (arr: string[]) => string; | ||
export { CamelCase, Dict, Enhance, GetLength, GetTail, KebabCase, LiteralUnion, MaybeArray, Primitive, ToArray, arrayEquals, arrayStartsWith, camelCase, generateCommandRecordFromCommandArray, gracefulFlagName, gracefulVersion, kebabCase, semanticArray, toArray }; |
{ | ||
"name": "@clerc/utils", | ||
"version": "0.22.1", | ||
"version": "0.23.0", | ||
"author": "Ray <nn_201312@163.com> (https://github.com/so1ve)", | ||
@@ -5,0 +5,0 @@ "description": "Clerc utils", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6610