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

    Function parseWithJson5

    • A simple wrapper for json5.parse. 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: string

      Returns any