2016-02-22 73 views

回答

18

我想補充一點,TypeGuards只在字符串或數字工作,如果要比較的對象使用的instanceof

if(task.id instanceof UUID) { 
    //foo 
}