@tryforge/forgescript
    Preparing search index...

    Interface IRawFunctionMatch

    interface IRawFunctionMatch {
        count: string | null;
        fn: IRawFunction;
        index: number;
        length: number;
        negated: boolean;
        silent: boolean;
    }
    Index
    count: string | null
    index: number
    length: number
    negated: boolean
    silent: boolean