UNPKG

@ffsm/utils

Version:

A collection of utility functions for React and JavaScript, providing type-safe utilities for common tasks like prop management, conditional rendering, and more.

2 lines (1 loc) 88 B
export declare function getOwnerProp<T>(obj: unknown, propName: string): T | undefined;