API Reference

SetFunctiontype

Shared runtime and type utilities.

Overview

Low-level shared types and utilities used throughout core/state/parser packages.
Quick facts
Kind
type
Module
types
Package
@rs-x/core

Declaration

export type SetFunction<T> = (value: T) => void;

Import

import type { SetFunction } from '@rs-x/core';