jseeqret - v1.0.4
    Preparing search index...

    Function parse_env

    • Parse a .env file into an array of { key, value } objects. Supports: KEY=value KEY="value" KEY='value' export KEY=value

      comments

      Parameters

      • text: string

        contents of .env file

      Returns { key: string; value: string }[]