Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aether/src/util/SecureDataStore.ts>default

A Deno library to interface with the Discord API
Latest
class default
extends Map
import { default } from "https://deno.land/x/aether@v0.0.3/src/util/SecureDataStore.ts";

Constructors

new
default()

Properties

private
salt: number

Methods

get(key: string)
getRaw(key: string)
set(key: string, value: any)