UNPKG

@conventional-commits/parser

Version:

reference implementation of conventionalcommits.org spec

11 lines (10 loc) 155 B
module.exports = { CR: '\u000d', LF: '\u000a', ZWNBSP: '\ufeff', TAB: '\u0009', VT: '\u000b', FF: '\u000c', SP: '\u0020', NBSP: '\u00a0' }