There was an error while loading. Please reload this page.
Check if value is string.
const is = require('@extra-string/is'); // is(<value>) is('panini'); // true is("valmiki"); // true is(String('vyasa')); // true is({shakespeare: 'literature'}); // false is(71811313518); // false (what's this?) is(); // false