Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class SearchLog
import { SearchLog } from "https://deno.land/x/mercury@0.0.141/models/searchlog.js";

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

Constructors

new
SearchLog(searchTerm, count)