| 25 | const someUnion = S.Union([str, num]) |
| 26 | |
| 27 | export class Something extends S.Class<Something>("Something")({ |
| 28 | id: S.StringId.withConstructorDefault, |
| 29 | displayName: S.NonEmptyString255, |
| 30 | name: S.NullOr(S.NonEmptyString255).withConstructorDefault, |
nothing calls this directly
no outgoing calls
no test coverage detected