We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82c1c9 commit f968acaCopy full SHA for f968aca
packages/isaacscript-common/src/functions/tstlClass.ts
@@ -45,10 +45,10 @@ export function getTSTLClassName(object: unknown): string | undefined {
45
}
46
47
/**
48
- * Helper function to determine if a given object is a TypeScriptToLua `Map`.
+ * Helper function to determine if a given object is a `DefaultMap` from `isaacscript-common`.
49
*
50
* It is not reliable to use the `instanceof` operator to determine this because each Lua module has
51
- * their own copies of the entire lualib and thus their own instantiated version of a `Map`.
+ * their own copies of the entire lualib and thus their own instantiated version of a `DefaultMap`.
52
*/
53
export function isDefaultMap(
54
object: unknown,
0 commit comments