UNPKG

@informalsystems/quint

Version:

Core tool for the Quint specification language

5 lines (4 loc) 125 B
// remove indentation, useful for testing export function dedent(text: string) { return text.replace(/(\n)\s+\|/g, '$1') }