• function func(_pin)
    {
        if (_pin instanceof Pin)
        {
            /* here some code */
        }
    }
    
About

Avatar for PaddeK @PaddeK started