Type alias Unminifier<EntryType>

Unminifier<EntryType>: ((minifiedEntry) => EntryType)

Type Parameters

  • EntryType

Type declaration

    • (minifiedEntry): EntryType
    • A function that produces a full object from a Minified version. This function should throw if minifiedEntry is malformed or contains invalid values.

      Parameters

      • minifiedEntry: Minified

      Returns EntryType

Generated using TypeDoc