guillermomuntaner / Burritos

A collection of Swift Property Wrappers (formerly "Property Delegates")
MIT License
1.33k stars 43 forks source link

Make EnvironmentVariable name publicly accessible #11

Open lammertw opened 4 years ago

lammertw commented 4 years ago

I was unable to create a EnvironmentVariable without name being public and having a public init. This fixes that.