augment-vir - v31.13.0
    Preparing search index...

    Function stringifyWithJson5

    • A simple wrapper for json5.stringify. This is abstracted so that we don't have to worry about remembering how to import json5 because a wrong import (like import * as json5 from 'json5') will fail at runtime but not at build time.

      Parameters

      • input: unknown

      Returns string