- Complete KidsAI Explorer application - Multi-language support (English/German) - AI-powered educational guidance using OpenAI - Interactive chat interface for children - Proper placeholder translation fixes - Mobile-responsive design - Educational framework for critical thinking
6 lines
197 B
JavaScript
Executable File
6 lines
197 B
JavaScript
Executable File
'use strict';
|
|
|
|
/** @type {import('./maxValue')} */
|
|
// eslint-disable-next-line no-extra-parens
|
|
module.exports = /** @type {import('./maxValue')} */ (Number.MAX_VALUE) || 1.7976931348623157e+308;
|