@clerc/toolkit
Advanced tools
Comparing version 0.8.0 to 0.8.1
import * as clerc from 'clerc'; | ||
import { Command, CommandRecord } from 'clerc'; | ||
import { Command } from 'clerc'; | ||
@@ -30,4 +30,4 @@ /** | ||
declare const arrayEquals: <T>(arr1: T[], arr2: T[]) => boolean; | ||
declare const generateCommandRecordFromCommandArray: <C extends Command<string, clerc.CommandOptions<string[], MaybeArray<string>, Dict<clerc.FlagOptions>>>[]>(commands: C) => CommandRecord; | ||
declare const generateCommandRecordFromCommandArray: <C extends Command<string, clerc.CommandOptions<string[], MaybeArray<string>, Dict<clerc.FlagOptions>>>>(commands: C[]) => Dict<C>; | ||
export { CamelCase, Dict, Enhance, GetLength, GetTail, KebabCase, LiteralUnion, MaybeArray, MustArray, Primitive, arrayEquals, arrayStartsWith, camelCase, generateCommandRecordFromCommandArray, gracefulFlagName, gracefulVersion, kebabCase, mustArray }; |
{ | ||
"name": "@clerc/toolkit", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"author": "Ray <nn_201312@163.com> (https://github.com/so1ve)", | ||
@@ -5,0 +5,0 @@ "description": "Clerc toolkit", |
6149