import {ENTITIES} from '../scene/entites'; export function isEntityType(type) { return ENTITIES.indexOf(type) !== -1 }