()
| 403 | }; |
| 404 | |
| 405 | export function create() { |
| 406 | // All Unbound objects are the same, so use a shared instance. |
| 407 | return _instance; |
| 408 | } |
| 409 | |
| 410 | export function convertToInstance(type: UnboundType): UnboundType { |
| 411 | // Remove the "special form" if present. Otherwise return the existing type. |
no test coverage detected
searching dependent graphs…