Skip to main content
Go to Latest
class default
import { default } from "https://deno.land/x/masx200_leetcode_test@9.0.4/time-based-key-value-store/index.ts";

Methods

get(key: string, timestamp: number): string
set(
key: string,
value: string,
timestamp: number,
): void