envapt 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
A TypeScript environment configuration library that eliminates the boilerplate of
|
|
6
|
+
A TypeScript environment configuration library that eliminates the boilerplate of transforming parsed <code>.env</code><br/>
|
|
7
7
|
Get environment variables with correct runtime typing and fallbacks, template support, and automatic, built-in, & custom transformations.<br/>
|
|
8
8
|
<strong>No more <code>process.env.PORT || '3000'</code> everywhere!</strong>
|
|
9
9
|
</p>
|