UNPKG

node-hca

Version:

Node.js client for HCA

17 lines (13 loc) 187 B
'use strict'; (function() { var displayType = { icons: 0, staticHtml: 1, dynamicHtml: 2, graph: 3, text: 4, tiles: 5, mru: 6 }; module.exports = displayType; })();