• Preparing search index...
  • The search index is not available
Documentation
  • Documentation
  • toolbox-storage
  • decompressBlob

Function decompressBlob

  • decompressBlob<T>(blob: RawUsernotesBlob<T>): T

    Decompresses a RawUsernotesBlob string into the JSON value it encodes. This format is described here: https://github.com/toolbox-team/reddit-moderator-toolbox/wiki/Subreddit-Wikis:-usernotes#working-with-the-blob

    Type Parameters

    • T

    Parameters

    • blob: RawUsernotesBlob<T>

      The blob to decompress

    Returns T

    The original JSON value.

    • Defined in usernotes/RawUsernotes.ts:145

Settings

Member Visibility
Documentation
  • Loading...

Generated using TypeDoc