further changes

This commit is contained in:
Your Name
2026-04-08 04:37:17 +00:00
parent 84868b49f5
commit 631053bbf4
5 changed files with 37 additions and 31 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export class IrMapper {
/**
* Re-serializes a flat array of ConcreteNodes back into a flat Gemini Content[] array.
*/
static fromIr(ship: ReadonlyArray<ConcreteNode>): Content[] {
static fromIr(ship: readonly ConcreteNode[]): Content[] {
return fromIr(ship);
}
}