feat(minimap): node color func

This commit is contained in:
moklick
2019-08-05 18:04:37 +02:00
parent 34a0df46f9
commit 24a296fef9
8 changed files with 48 additions and 9 deletions
+1
View File
@@ -0,0 +1 @@
export const isFunction = obj => !!(obj && obj.constructor && obj.call && obj.apply);