# worldViewClose

`import { worldViewClose } from "destack:runtime";`

Close one pinned world view.

```ds title="worldViewClose"
export declare function worldViewClose(view: WorldViewHandle): Result<void, HostError>
```

[language/library/src/runtime/inspect.ds:104](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/inspect.ds#L104)
