()
| 6983 | ).annotations({ identifier: "TimeZoneOffset" }) {} |
| 6984 | |
| 6985 | const timeZoneNamedArbitrary = (): LazyArbitrary<dateTime.TimeZone.Named> => (fc) => |
| 6986 | fc.constantFrom(...Intl.supportedValuesOf("timeZone")).map(dateTime.zoneUnsafeMakeNamed) |
| 6987 | |
| 6988 | /** |
| 6989 | * Describes a schema that represents a `TimeZone.Named` instance. |
no test coverage detected