isaacscript-common 1.2.189 → 1.2.190
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.
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
*
|
|
5
5
|
* For example, if you pass this function `CacheFlag.CACHE_DAMAGE`, it will return 3.5.
|
|
6
6
|
*/
|
|
7
|
-
export declare function getDefaultPlayerStat(cacheFlag: CacheFlag):
|
|
7
|
+
export declare function getDefaultPlayerStat(cacheFlag: CacheFlag): number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
local Map = ____lualib.Map
|
|
1
|
+
--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
|
|
3
2
|
local ____exports = {}
|
|
4
3
|
local ____defaultPlayerStatMap = require("maps.defaultPlayerStatMap")
|
|
5
4
|
local DEFAULT_PLAYER_STAT_MAP = ____defaultPlayerStatMap.DEFAULT_PLAYER_STAT_MAP
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/// <reference types="isaac-typescript-definitions" />
|
|
2
|
-
export declare const DEFAULT_PLAYER_STAT_MAP:
|
|
2
|
+
export declare const DEFAULT_PLAYER_STAT_MAP: ReadonlyMap<CacheFlag, number>;
|