Skip to content

WeakMapWrapper<K, V>

Unofficial

Wrapper around a WeakMap providing the same interface with an inner map reference.

Import:

import type { WeakMapWrapper } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface WeakMapWrapper<K extends object, V> extends WeakMap<K, V>

Extends: WeakMap<K, V>

Properties

Property Type Description
map WeakMap<K, V> The underlying WeakMap instance.

Links to this page: