This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
wcheng81
/
jtBaseApp
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
3bf864ca31
Branche
Tagy
master
jtBaseApp
/
node_modules
/
turf-jsts
/
src
/
hasInterface.js
hasInterface.js
93 B
História
Raw
1
2
3
export default function (o, i) {
return o.interfaces_ && o.interfaces_().indexOf(i) > -1
}