Appearance
Delegate that provides a conversion from a JS value to some type.
public delegate T To<T>(JSValue value);