97ac0f71f5
https://assetstore.unity.com/packages/tools/generative-ai/synaptic-ai-pro-natural-language-control-for-unity-336030
6 lines
197 B
JavaScript
6 lines
197 B
JavaScript
'use strict';
|
|
|
|
/** @type {import('./maxValue')} */
|
|
// eslint-disable-next-line no-extra-parens
|
|
module.exports = /** @type {import('./maxValue')} */ (Number.MAX_VALUE) || 1.7976931348623157e+308;
|