Skip to main content
Module

x/muse/mod.ts>DenoFileStore

Youtube Music API (InnerTube) client for Deno, Node and the browser
Go to Latest
class DenoFileStore
extends Store
import { DenoFileStore } from "https://deno.land/x/muse@0.0.97/mod.ts";

Constructors

new
DenoFileStore(path: string)

Properties

map: Map<string, unknown>

Methods

private
save()
delete(key: string): void
get<T>(key: string): T | null
set(key: string, value: unknown): void