Thanks to visit codestin.com Credit goes to Github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There was an error while loading. Please reload this page.