UNPKG

layout-base

Version:

Basic layout model and some utilities for Cytoscape.js layout extensions

8 lines (5 loc) 123 B
function Integer() { } Integer.MAX_VALUE = 2147483647; Integer.MIN_VALUE = -2147483648; module.exports = Integer;