This commit is contained in:
Björn Harrtell
2026-04-08 05:42:25 +02:00
parent 496f10525b
commit 43e1505f61
23 changed files with 163 additions and 127 deletions

View File

@@ -2,5 +2,5 @@
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
export { Object_ } from './typescript/object.js';
export { class_ } from './typescript/class.js';
export {Object_} from './typescript/object.js';
export {class_} from './typescript/class.js';