forked from olcxjas-softworks/LarpixClient
fix gitignore again
This commit is contained in:
parent
ce5a1e330b
commit
5da5c2afe2
3329 changed files with 364540 additions and 3 deletions
7
electron/node_modules/rxjs/dist/esm/internal/util/arrRemove.js
generated
vendored
Normal file
7
electron/node_modules/rxjs/dist/esm/internal/util/arrRemove.js
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export function arrRemove(arr, item) {
|
||||
if (arr) {
|
||||
const index = arr.indexOf(item);
|
||||
0 <= index && arr.splice(index, 1);
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=arrRemove.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue