Skip to content

isResultNumberInput

This content is for v1.3.0. Switch to the latest version for up-to-date documentation.

isResultNumberInput(input): boolean

Defined in: domain/bookmarks/result-selection.ts:94

入力が直前結果の番号指定かを判定します。

string

CLI path-or-index入力です。

boolean

数字だけの入力ならtrueです。

const result = isResultNumberInput("12");
// true

Last updated: