JanetDocsPlaygroundI'm feeling luckyGitHub sign in

merge-module



    function
    boot.janet on line 2911, column 1

    (merge-module target source &opt prefix export)

    Merge a module source into the `target` environment with a 
    `prefix`, as with the `import` macro. This lets users emulate the 
    behavior of `import` with a custom module table. If `export` is 
    truthy, then merged functions are not marked as private. Returns 
    the modified target environment.


0 examplesSign in to add an example
Loading...