lib/note.js (
5
lines of code) (
raw
):
'use strict'; const comment = require('./comment'); module.exports = { getNotes: comment.getBetweenComments };