Prelude API
    Preparing search index...

    Function encode

    • String-keyed maps are encoded as objects; maps with any non-string key are encoded as an array of [key, value] pairs so key types survive (Object.fromEntries would stringify them).

      Parameters

      Returns { "^Map$": unknown }