federation/gateway/node_modules/subscriptions-transport-ws/dist/utils/is-string.js
2020-11-14 16:43:58 +01:00

7 lines
No EOL
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