@lucid-softworks/string-reverse
v0.1.0
Published
Reverse a string by Unicode code points.
Maintainers
Readme
@lucid-softworks/string-reverse
Reverse a string by Unicode code points.
import { reverse } from "@lucid-softworks/string-reverse";
reverse("a😀b"); // "b😀a"See the exported types and tests for exact edge-case behavior.
