mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-23 13:49:57 +02:00
added string difference util function
This commit is contained in:
parent
4b93882494
commit
b12a38d12b
1
server/utils/string.js
Normal file
1
server/utils/string.js
Normal file
@ -0,0 +1 @@
|
||||
module.exports.difference = (a, b) => a.split(b).join("");
|
Loading…
Reference in New Issue
Block a user