@internal
()
| 1015 | readonly _tag = "ObjectKeyword" |
| 1016 | /** @internal */ |
| 1017 | getParser() { |
| 1018 | return fromRefinement(this, Predicate.isObjectKeyword) |
| 1019 | } |
| 1020 | /** @internal */ |
| 1021 | getExpected(): string { |
| 1022 | return "object | array | function" |
nothing calls this directly
no test coverage detected