Returns the metadata associated with this instance in `z.globalRegistry`
()
| 186 | description?: string; |
| 187 | /** Returns the metadata associated with this instance in `z.globalRegistry` */ |
| 188 | meta(): core.$replace<core.GlobalMeta, this> | undefined; |
| 189 | /** Returns a new instance that has been registered in `z.globalRegistry` with the specified metadata */ |
| 190 | meta(data: core.$replace<core.GlobalMeta, this>): this; |
| 191 |
no outgoing calls