UNPKG

hummus-recipe

Version:

A powerful PDF tool for NodeJS based on HummusJS

9 lines (5 loc) 207 B
'use strict'; var GetIntrinsic = require('../GetIntrinsic'); var $Math = GetIntrinsic('%Math%'); var $Number = GetIntrinsic('%Number%'); module.exports = $Number.MAX_SAFE_INTEGER || $Math.pow(2, 53) - 1;