mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-08-05 20:18:34 +00:00
update
This commit is contained in:
5
node_modules/@11ty/eleventy/test/Util/normalizeNewLines.js
generated
vendored
Normal file
5
node_modules/@11ty/eleventy/test/Util/normalizeNewLines.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
function normalizeNewLines(str) {
|
||||
return str.replace(/\r\n/g, "\n");
|
||||
}
|
||||
|
||||
module.exports = normalizeNewLines;
|
Reference in New Issue
Block a user