UNPKG

@graphql-tools/documents

Version:
8 lines (7 loc) 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeWhiteSpace = void 0; function normalizeWhiteSpace(str) { return str.replace(/\s+/g, ' ').trim(); } exports.normalizeWhiteSpace = normalizeWhiteSpace;