UNPKG

glam

Version:

Experimental WebGL Engine

13 lines (12 loc) 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getNodesByType; function getNodesByType(graph, type) { var list = graph.types[type]; if (!list) { list = graph.types[type] = []; } return list; }