@tryforge/forgescript
    Preparing search index...

    Interface IExtendedCompilationResult

    interface IExtendedCompilationResult {
        code: string;
        functions: CompiledFunction<
            IArg<ArgType, boolean, boolean, EnumLike<any>>[],
            boolean,
        >[];
        resolve: WrappedCode;
    }

    Hierarchy

    Index
    code: string
    functions: CompiledFunction<
        IArg<ArgType, boolean, boolean, EnumLike<any>>[],
        boolean,
    >[]
    resolve: WrappedCode