API Reference > bentleyjs-core > Utils > isIDisposable isIDisposable Function A type guard that checks whether the given argument implements IDisposable interface isIDisposable(obj: unknown): obj is IDisposable Parameter Type Description obj unknown Returns - obj is IDisposable Defined in core/bentley/src/Disposable.ts Line 35 Last Updated: 11 June, 2024