API Reference

echoconst

Shared runtime and type utilities.

Overview

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

Declaration

export const echo = <T = unknown>(value: T) => value;

Import

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

Example

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

console.log(echo);