isValidJsVal

fnbool isValidJsVal(T)() nothrow

Check if a D type is a valid JS Value type (a value of the type can be created with createJsVal)

Parameters

TThe D type

Returns

true if createJsVal is supported for the type, false otherwise