@tryforge/forgescript
    Preparing search index...

    Interface ICompiledFunctionField

    interface ICompiledFunctionField {
        functions: ICompiledFunction[];
        rawValue: string;
        resolve: WrappedCode;
        value: string;
    }
    Index
    functions: ICompiledFunction[]
    rawValue: string
    resolve: WrappedCode
    value: string