js-yaml-front-matter icon indicating copy to clipboard operation
js-yaml-front-matter copied to clipboard

docs is error

Open Stevenzwzhai opened this issue 4 years ago • 0 comments

image

fs.readFile('./some/file.txt', 'utf8', function(fileContents) { console.log(yamlFront.loadFront(fileContents)); }); ===> fs.readFile('./some/file.txt', 'utf8', function(_, fileContents) { console.log(yamlFront.loadFront(fileContents)); });

Stevenzwzhai avatar Feb 04 '21 11:02 Stevenzwzhai