Type alias Minifier<EntryType>

Minifier<EntryType>: ((entry) => Minified)

Type Parameters

  • EntryType

Type declaration

    • (entry): Minified
    • 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() }).

      Parameters

      Returns Minified

Generated using TypeDoc