Open jcubic opened 2 years ago
There is a need to use a custom class that extends strings in order to change split() function.
split()
This is needed to you can use Gaiman functions (that are async) with split("\n").map(...)
split("\n").map(...)
There is a need to use a custom class that extends strings in order to change
split()
function.This is needed to you can use Gaiman functions (that are async) with
split("\n").map(...)