* Return JSON representation. * We only bother showing settings. * * @return {Object} * @api public
()
| 125 | */ |
| 126 | |
| 127 | toJSON () { |
| 128 | return only(this, ['subdomainOffset', 'proxy', 'env']) |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Inspect implementation. |
no outgoing calls
no test coverage detected