UNPKG

@userlab/dx

Version:

Build efficient GraphQL backend

8 lines (7 loc) 200 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isString = void 0; var isString = function (x) { return typeof x === 'string'; }; exports.isString = isString;