API Reference
Shared runtime and type utilities.
export type AnyFunction = (...args: unknown[]) => unknown;
import type { AnyFunction } from '@rs-x/core';