a16758c7b5
- HTML/CSS frontend mitQuest-System und Spieler-Management - Node.js/Express backend mit SQLite database - REST API endpoints für game state, spieler, notes - AI instructions documentation - Würfelfunktionen und Tracker-UI
5 lines
73 B
JavaScript
5 lines
73 B
JavaScript
'use strict';
|
|
|
|
/** @type {import('./pow')} */
|
|
module.exports = Math.pow;
|