@tsonic/js-globals 0.4.1 → 0.4.2

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -332,7 +332,7 @@ declare global {
332
332
  isNaN(value: unknown): value is number;
333
333
  isSafeInteger(value: unknown): value is number;
334
334
  parseFloat(string: string): number;
335
- parseInt(string: string, radix?: number): long | undefined;
335
+ parseInt(string: string, radix?: int): long | undefined;
336
336
  }
337
337
 
338
338
  const Number: NumberConstructor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/js-globals",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Global type definitions for Tsonic JS mode (noLib: true, JavaScript semantics)",
5
5
  "main": "index.d.ts",
6
6
  "types": "index.d.ts",