We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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