UNPKG

304 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var tslib_1 = require("tslib");
4var is_type_1 = (0, tslib_1.__importDefault)(require("./is-type"));
5exports.default = (function (str) {
6 return (0, is_type_1.default)(str, 'String');
7});
8//# sourceMappingURL=is-string.js.map
\No newline at end of file