mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-27 03:31:46 +00:00
added string difference util function
This commit is contained in:
parent
4b93882494
commit
b12a38d12b
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue