@byte-this/funscript
Advanced tools
Comparing version
{ | ||
"name": "@byte-this/funscript", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "A typescript API which facilitates functional programming.", | ||
@@ -5,0 +5,0 @@ "main": "public-api.js", |
@@ -38,2 +38,3 @@ import { Clone } from "../clone/clone"; | ||
prevNode.next = node.next; | ||
return false; | ||
} | ||
@@ -40,0 +41,0 @@ else if (!node.next) { |
278371
0.01%3152
0.03%