the output path that is written to by the application
returns a User[][] in the expected string format that would be then written to a file.
the user[][]
The only function that is to be used outside of testing. When creating npm modules, this is enforced by re-exporting only specific functions which are relevant to the user of the package.
This take a User[][] and writes it to an output file in the expected format.
the Output groups to write to the file
the file path to be written to, defaults to the common path used
Takes a single user model and converts it into a string
the user array to turn into a string
Turns a single user model into a space delimited string
the user model to convert
Write a single string to a file, over-writes any existing file with the same path.
string to write to file
file path to write to.
Promise
Generated using TypeDoc
The expected ordering of the keys for the User model when writing the model to a file