Seeking Alternative to `S.attachPropertySignature` for Classes
Just realized that
S.attachPropertySignature does not work with classes. As a newbie that was not so clear from the docs and not caught by the type system. Is there a function that does that same for classes, or would I have to write something myself (maybe using S.transform)?