parser-opts.js 126 B

123456789
  1. 'use strict'
  2. module.exports = {
  3. headerPattern: /^(\w*):\s*(.*)$/,
  4. headerCorrespondence: [
  5. 'tag',
  6. 'message'
  7. ]
  8. }