mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-13 11:46:37 +09:00
Split out code for writer and translator
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ function getFilenameFromUrl(url) {
|
||||
return url.split('/').slice(-1)[0];
|
||||
}
|
||||
|
||||
exports.getFilenameFromUrl = getFilenameFromUrl;
|
||||
exports.getFilenameFromUrl = getFilenameFromUrl;
|
||||
|
||||
Reference in New Issue
Block a user