@tsonic/js-globals 0.2.0 → 0.2.1
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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* Key principle: Array<T> HAS JS members like .length and .map
|
|
10
10
|
* This enables JS-style programming while compiling to C# with Tsonic.JSRuntime
|
|
11
11
|
*
|
|
12
|
-
* Index-space values (length, indexOf, etc.) use
|
|
12
|
+
* Index-space values (length, indexOf, etc.) use `int` type alias from
|
|
13
13
|
* @tsonic/types to enable numeric proof validation for array indexing.
|
|
14
14
|
*/
|
|
15
15
|
|