mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 10:19:46 +08:00
4 lines
77 B
JavaScript
4 lines
77 B
JavaScript
|
'use strict';
|
||
|
|
||
|
module.exports = Number.MAX_VALUE || 1.7976931348623157e+308;
|