Example of mistake

This commit is contained in:
Hans Ott 2025-11-02 15:29:23 +01:00
parent e164eb8b95
commit b489fe822c

View file

@ -3,6 +3,12 @@ import * as os from "os";
import fs from "fs"; import fs from "fs";
import path from "path"; import path from "path";
function mistakeHere() {
os.EOLL;
}
mistakeHere();
/** /**
* @typedef {Object} AikidoTool * @typedef {Object} AikidoTool
* @property {string} tool * @property {string} tool