Get a function that converts an input value to a POD value. If no conversion is possible, the function returns undefined.
The input type to convert.
The type of POD value to convert to.
A function that converts an input value to a POD value, or undefined if no conversion is possible.
Generated using TypeDoc
Get a function that converts an input value to a POD value. If no conversion is possible, the function returns undefined.