Files
Job_App/node_modules/subscriptions-transport-ws/dist/utils/is-string.js
2025-03-28 12:30:19 +11:00

7 lines
209 B
JavaScript

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