@kayahr/assert
    Preparing search index...

    Interface AssertGarbageCollectedOptions

    interface AssertGarbageCollectedOptions {
        reason?: string;
        timeout?: number;
    }
    Index

    Properties

    Properties

    reason?: string

    Optional reason added to exception message when assertion fails.

    timeout?: number

    Optional timeout for garbage-collection. Defaults to 5000ms.