UNPKG

132 BJavaScriptView Raw
1'use strict'
2
3module.exports = {
4 headerPattern: /^(\w*): (.*)$/,
5 headerCorrespondence: [
6 'component',
7 'shortDesc'
8 ]
9}