mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-16 13:32:37 +01:00
5 lines
No EOL
123 B
JavaScript
5 lines
No EOL
123 B
JavaScript
import {ENTITIES} from '../scene/entites';
|
|
|
|
export function isEntityType(type) {
|
|
return ENTITIES.indexOf(type) !== -1
|
|
} |