docs(backend_api): set proper module name

This commit is contained in:
Elian Doran
2025-04-12 13:19:03 +03:00
parent dd42c067f9
commit e8f6e2d433
277 changed files with 1481 additions and 1479 deletions

View File

@@ -1,9 +1,9 @@
/**
* @module "Backend Script API"
*
* The backend script API is accessible to code notes with the "JS (backend)" language.
*
* All the variables listed are globally accessible to the script.
*
* @module Backend Script API
*/
import BNote from "../becca/entities/bnote.js";