I think x instanceof Pin will work?
x instanceof Pin
Although perhaps checking "object"==typeof x is better?
"object"==typeof x
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I think
x instanceof Pin
will work?Although perhaps checking
"object"==typeof x
is better?