feat: expose ext on generator (#1700)

This commit is contained in:
Tobias Åström
2025-03-27 15:38:52 +01:00
committed by GitHub
parent 521828efe1
commit a5afe01aa9

View File

@@ -63,6 +63,10 @@ export default function generatorFn(UserSN, galaxy) {
* @type {SnComponent}
*/
component: sn.component || {},
/**
* @type {EXT}
*/
ext: sn.ext,
/**
* @param {object} p
* @param {EnigmaAppModel} p.app