UNPKG

@graphql-tools/documents

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