/** * @file Entry Point - Type Aliases * @module kronk/types */ export type { default as Action } from '#types/action'; export type { default as ArgumentSyntax } from '#types/argument-syntax'; export type { default as ArgumentValueSource } from '#types/argument-value-source'; export type { default as ArgumentValueSources } from '#types/argument-value-sources'; export type { default as ArgumentsData } from '#types/arguments-data'; export type { default as ArgvSource } from '#types/argv-source'; export type { default as Awaitable } from '#types/awaitable'; export type { default as CommandEventName } from '#types/command-event-name'; export type { default as CommandName } from '#types/command-name'; export type { default as EmptyArray } from '#types/empty-array'; export type { default as EmptyObject } from '#types/empty-object'; export type { default as EmptyString } from '#types/empty-string'; export type { default as ExamplesData } from '#types/examples-data'; export type { default as Exit } from '#types/exit'; export type { default as ExitCode } from '#types/exit-code'; export type { default as ExitProcess } from '#types/exit-process'; export type { default as Flags } from '#types/flags'; export type { default as HelpCommandData } from '#types/help-command-data'; export type { default as HelpOptionData } from '#types/help-option-data'; export type { default as Hook } from '#types/hook'; export type { default as KronkErrorId } from '#types/kronk-error-id'; export type { default as KronkEventListener } from '#types/kronk-event-listener'; export type { default as KronkEventName } from '#types/kronk-event-name'; export type { default as KronkHookName } from '#types/kronk-hook-name'; export type { default as KronkHook } from '#types/kronk.hook'; export type { default as List } from '#types/list'; export type { default as Numeric } from '#types/numeric'; export type { default as OptionEventListener } from '#types/option-event-listener'; export type { default as OptionEventName } from '#types/option-event-name'; export type { default as OptionPriority } from '#types/option-priority'; export type { default as OptionValueSource } from '#types/option-value-source'; export type { default as OptionValueSources } from '#types/option-value-sources'; export type { default as OptionValues } from '#types/option-values'; export type { default as OptionsData } from '#types/options-data'; export type { default as PostActionHook } from '#types/post-action.hook'; export type { default as PreActionHook } from '#types/pre-action.hook'; export type { default as PreCommandHook } from '#types/pre-command.hook'; export type { default as RawOptionValue } from '#types/raw-option-value'; export type { default as RestoreParser } from '#types/restore-parser'; export type { default as SubcommandsData } from '#types/subcommands-data'; export type { default as SubcommandsInfo } from '#types/subcommands-info'; export type { default as UnknownStrategy } from '#types/unknown-strategy'; export type { default as Version } from '#types/version'; export type { default as VersionOptionData } from '#types/version-option-data'; export type { default as Write } from '#types/write';