typed-factorio 2.5.1 → 2.5.2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -47,7 +47,7 @@ In the settings and prototype stages, the `data` global variable is available.
|
|
47
47
|
For [performance reasons](https://github.com/microsoft/TypeScript/wiki/Performance#preferring-base-types-over-unions), `data.extend()` is by default loosely typed.
|
48
48
|
To get full type checking, you can use specific types in one of the following ways:
|
49
49
|
```ts
|
50
|
-
// Use `satisfies`
|
50
|
+
// Use `satisfies` to check types:
|
51
51
|
data.extend([
|
52
52
|
{
|
53
53
|
type: "ammo-category",
|