constants.js 105 B

12345678
  1. 'use strict';
  2. module.exports = {
  3. line_breaks: {
  4. unix: '\n',
  5. windows: '\r\n'
  6. }
  7. };