UNPKG

purs-pkg-deps

Version:

Query package dependencies in PureScript package-sets

11 lines (7 loc) 265 B
"use strict"; exports.topInt = 2147483647; exports.bottomInt = -2147483648; exports.topChar = String.fromCharCode(65535); exports.bottomChar = String.fromCharCode(0); exports.topNumber = Number.POSITIVE_INFINITY; exports.bottomNumber = Number.NEGATIVE_INFINITY;