API Reference
Shared runtime and type utilities.
export type GetFunction<T> = () => T;
import type { GetFunction } from '@rs-x/core';