@ls-stack/react-utils / useLatestValue / <internal>
<internal>
Type Aliases
__LEGIT_ANY__
ts
type __LEGIT_ANY__ = any;
Defined in: packages/utils/dist/saferTyping.d.cts:5
Use this only when you have 100% of certainty that this will not break the types
__LEGIT_ANY_FUNCTION__()
ts
type __LEGIT_ANY_FUNCTION__ = (...params) => __LEGIT_ANY__;
Defined in: packages/utils/dist/saferTyping.d.cts:6
Parameters
params
...any