Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sfun

String functions

readme

const str = require("sfun");

console.log(str.ispali("df")); // false console.log(str.reverse("df")); // fd