Version: 5.0.05.0.16.0.0-alpha.06.0.06.1.07.0.0
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.isString = void 0;
const isString = v => typeof v === 'string';
exports.isString = isString;