mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:37:07 +00:00
Line names are made up based on: * Certain properties defined by the system * Values assigned to those properties either by the system or by the user (line number, sequence, attempt, etc.) * A line format specification configured by the user for each project (`online.line.lineNameBuilder.fields`) Closes #129.
4 lines
46 B
JavaScript
4 lines
46 B
JavaScript
module.exports = {
|
|
get: require('./get'),
|
|
};
|