UNPKG

@graphql-tools/documents

Version:
4 lines (3 loc) 89 B
export function normalizeWhiteSpace(str) { return str.replace(/\s+/g, ' ').trim(); }