Cast a Value as something else (ts only)
THIS DOES NOT DO ANY VALIDATION!! USE WITH CARE.
const descriptor: PropertyDescriptor = ...as<number[]>(descriptor.value).push(2) Copy
const descriptor: PropertyDescriptor = ...as<number[]>(descriptor.value).push(2)
1.0.0
nodejs, browser
Cast a Value as something else (ts only)