All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
8 lines
108 B
JavaScript
8 lines
108 B
JavaScript
'use strict'
|
|
|
|
function markdownLineEnding(code) {
|
|
return code < -2
|
|
}
|
|
|
|
module.exports = markdownLineEnding
|