A function that produces a simplified version of a javascript object. For example, Minifier<IntegerInterval> could be (entry: IntegerInterval) => ({ f: entry.from.valueOf(), t: entry.to.valueOf() }).
Minifier<IntegerInterval>
(entry: IntegerInterval) => ({ f: entry.from.valueOf(), t: entry.to.valueOf() })
Generated using TypeDoc
A function that produces a simplified version of a javascript object. For example,
Minifier<IntegerInterval>
could be(entry: IntegerInterval) => ({ f: entry.from.valueOf(), t: entry.to.valueOf() })
.