© 2026 Hedgehog Software, LLC
await t .a() .b() .c() ... // or const t = ...; await t.a(); await t.b(); await t.c(); ...