Skip to content
View humleflue's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report humleflue

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
humleflue/README.md

Hey there!

🤵 Who am I?

😄 Social

linkedin logo aau logo mail logo

⌨ Languages/Frameworks

js logo typescript logo nodejs logo sql logo csharp logo efcore logo c logo

🔧 Tools

git logo vs logo vscode logo windows terminal logo powershell logo linux logo

Pinned Loading

  1. p6 p6 Public

    C 1

  2. Validate node environment variables Validate node environment variables
    1
    import fs from 'fs'
    2
    import path from 'path'
    3
    
                  
    4
    interface IEnvValidationResult {
    5
      requiredButMissing: string[]