Skip to content

parseBrowserHistoryCommand

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

parseBrowserHistoryCommand(queryParts): BrowserHistoryCommand

Defined in: application/commands/bookmark-usage-command-parser.ts:146

History commandを解析。

readonly string[]

command query token一覧。

BrowserHistoryCommand

History command。

const result = parseBrowserHistoryCommand(["--limit", "5", "Stripe"]);
// { kind: "history", limit: 5, query: "Stripe" }

Last updated: