Skip to content

isAsyncDisposableEx

Type guard to check if an object implements the AsyncDisposableEx interface.

Import:

import { isAsyncDisposableEx } from 'obsidian-dev-utils/disposable';

Signature:

function isAsyncDisposableEx($unknown: unknown): boolean

Parameters:

ParameterTypeDescription
$unknownunknown

Returns: boolean — Whether the object implements the AsyncDisposableEx interface