hexo/node_modules/titlecase/conjunctions.js

12 lines
123 B
JavaScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
module.exports = [
'as'
, 'because'
, 'for'
, 'and'
, 'nor'
, 'but'
, 'or'
, 'yet'
, 'so'
]