API Reference

AnyFunctiontype

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 AnyFunction = (...args: unknown[]) => unknown;

Import

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