isRuntimeWrappedValueKey
The isRuntimeWrappedValueKey() function checks whether a string key matches the runtime marker of a WrappedValue (@duplojs/utils/value).
Interactive example
Syntax
typescript
function isRuntimeWrappedValueKey(value: string): boolean;Parameters
input: String to compare to the runtime marker of wrapped values.
Return value
A boolean indicating whether the string matches the WrappedValue marker.
See also
wrapValue- Wraps a valueisWrappedValue- Type guard on wrapped values
