API Reference
Shared runtime and type utilities.
export type CheckValidKey<T, U extends keyof T> = U;
import type { CheckValidKey } from '@rs-x/core';