typed-factorio 0.11.0 → 0.11.1
Sign up to get free protection for your applications and to get access to all the features.
- package/Changelog.md +4 -0
- package/generated/concepts.d.ts +1 -1
- package/package.json +1 -1
package/Changelog.md
CHANGED
package/generated/concepts.d.ts
CHANGED
@@ -47,7 +47,7 @@
|
|
47
47
|
* game.print({"", {"item-name.iron-plate"}, ": ", 60})
|
48
48
|
* ```
|
49
49
|
*/
|
50
|
-
type LocalisedString = readonly [string, ...LocalisedString[]] | string | number
|
50
|
+
type LocalisedString = readonly [string, ...LocalisedString[]] | string | number | boolean | undefined
|
51
51
|
|
52
52
|
interface DisplayResolution {
|
53
53
|
readonly width: uint
|