(object: any)
| 181 | |
| 182 | interface MessageFns<T> { |
| 183 | fromJSON(object: any): T |
| 184 | toJSON(message: T): unknown |
| 185 | create<I extends Exact<DeepPartial<T>, I>>(base?: I): T |
| 186 | fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T |
no outgoing calls
no test coverage detected