Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class SearchLog
import { SearchLog } from "https://deno.land/x/mercury@v0.0.174/models/searchlog.js";

Represents a key-value pairing of a search term and it's count.

Constructors

new
SearchLog(searchTerm, count)