API Reference

CheckValidKeytype

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 CheckValidKey<T, U extends keyof T> = U;

Import

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