@rogerpence/rp-utils
    Preparing search index...

    Type Alias WriteObjectToFileOptions

    Options for the writeObjectToFile function.

    type WriteObjectToFileOptions = {
        compressed?: boolean;
        exportName?: string;
        log?: boolean;
    }
    Index

    Properties

    compressed?: boolean

    When true, remove whitespace from seralized object.

    exportName?: string

    When provided, creates an export with this name. Should be used only for .ts/.js files.

    log?: boolean

    Write a message to the command line.