UNPKG

140 BJavaScriptView Raw
1import isType from './is-type';
2export default (function (str) {
3 return isType(str, 'String');
4});
5//# sourceMappingURL=is-string.js.map
\No newline at end of file