Skip to content
This repository was archived by the owner on Feb 22, 2025. It is now read-only.
This repository was archived by the owner on Feb 22, 2025. It is now read-only.

Get return from inner function #14

@jaandrle

Description

@jaandrle
function $function_innerFunction(outerFunction, innerFunction){
    let out;
    outerFunction((...args)=> (out= innerFunction(...args)));
    return out;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions