'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const isString = (value) => typeof value === "string"; exports.isString = isString;