@bedrock-apis/env-types 1.0.0-beta.3 → 1.0.0-beta.5
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 +2 -2
- package/lib.d.ts +4422 -3858
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ Install the package as a development dependency, and add it to the known types i
|
|
|
18
18
|
{
|
|
19
19
|
"compilerOptions": {
|
|
20
20
|
"noLib": true,
|
|
21
|
-
"types": ["@bedrock-apis/env-
|
|
21
|
+
"types": ["@bedrock-apis/env-types"],
|
|
22
22
|
// ...
|
|
23
23
|
}
|
|
24
24
|
// ...
|
|
@@ -29,7 +29,7 @@ Install the package as a development dependency, and add it to the known types i
|
|
|
29
29
|
|
|
30
30
|
- Generate a basic set of methods and properties for each global class.
|
|
31
31
|
- Compare and extend these definitions against TypeScript’s standard global types.
|
|
32
|
-
- Continuously update with
|
|
32
|
+
- Continuously update with help of contributions.
|
|
33
33
|
|
|
34
34
|
## Contributing
|
|
35
35
|
|