Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

main

  • main(): Promise<void>
  • The main application itself. It runs by

    1. getting / parsing / transforming the input from file parameters into User models
    2. ordering and grouping, this reorders the user models into the expected order for each output group
    3. writes the output to the file

    Returns Promise<void>

    Promise

Generated using TypeDoc