mediaforge - v0.1.0
    Preparing search index...

    Interface GuardResult

    interface GuardResult {
        available: boolean;
        reason?: string;
        alternative?: string;
    }
    Index

    Properties

    available: boolean

    Whether the feature is available

    reason?: string

    Human-readable reason if not available

    alternative?: string

    Suggested alternative if one exists