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