@clerc/utils
Advanced tools
Comparing version 0.6.1 to 0.7.0
@@ -30,4 +30,4 @@ import * as clerc from 'clerc'; | ||
declare const arrayEquals: <T>(arr1: T[], arr2: T[]) => boolean; | ||
declare const generateCommandRecordFromCommandArray: <C extends Command<string, string, clerc.CommandOptions<MaybeArray<string>, Dict<clerc.FlagOptions>>>[]>(commands: C) => CommandRecord; | ||
declare const generateCommandRecordFromCommandArray: <C extends Command<string, string, clerc.CommandOptions<string[], MaybeArray<string>, Dict<clerc.FlagOptions>>>[]>(commands: C) => CommandRecord; | ||
export { CamelCase, Dict, Enhance, GetLength, GetTail, KebabCase, LiteralUnion, MaybeArray, MustArray, Primitive, arrayEquals, arrayStartsWith, camelCase, generateCommandRecordFromCommandArray, gracefulFlagName, gracefulVersion, kebabCase, mustArray }; |
{ | ||
"name": "@clerc/utils", | ||
"version": "0.6.1", | ||
"version": "0.7.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
6496