"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isString = void 0; function isString(v) { return typeof v === 'string'; } exports.isString = isString; //# sourceMappingURL=is-string.js.map