Function podEntriesFromJSON

  • Parses PODEntries from the JSON-compatible format potentially coming directly from JSON.parse.

    Parameters

    Returns PODEntries

    a standard TypeScript POD entries representation

    Throws

    TypeError if the input entries are not validly formed

    Throws

    RangeError if a value is outside of the bounds

    Throws

    SyntaxError if a value is unparseable

Generated using TypeDoc