Skip to content

Refactor the way functions are exported #105

Closed
@magopian

Description

@magopian

Refs #101 (review)

The idea is to replace all:

function myFunc (/* ... */) {
  /* ... */
}

exports.myFunc = myFunc;

by:

exports.myFunc = function (/* ... */) {
  /* ... */
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions