Config namespace
import { Config } from '@withfig/api-bindings'
get
Declaration
export async function get(key: string): Promise<string>;
set
Declaration
export function set(key: string, value: string): Promise<void>;
remove
Declaration
export function remove(key: string): Promise<void>;