@jessestricker/java-properties
    Preparing search index...

    Function stringify

    • Converts the given JavaScript object to the Java properties file format.

      Only the properties returned by Object.entries() will be part of the returned string. Keys must be of type string. Values may be of any type and they will be converted using string coercion.

      Parameters

      • values: Record<string, unknown>

        The object containing the properties.

      • options: StringifyOptions = {}

        The options used during conversion, optional.

      Returns string

      A string in the Java properties file format.