Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/smx/src/modules/settings/section.ts>ISection

Manage and sync scripts, configs and templates between computers
Latest
interface ISection
import { type ISection } from "https://deno.land/x/smx@v0.6.0/src/modules/settings/section.ts";

Properties

readonly
value: Readonly<T>

Methods

set<K extends keyof T>(key: K, value: T[K]): Promise<void>
delete<K extends keyof T>(key: K): Promise<void>