@typescript-deploys/pr-build 5.1.0-pr-52968-5 → 5.1.0-pr-53258-7

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/lib/lib.es5.d.ts CHANGED
@@ -1647,11 +1647,6 @@ type Capitalize<S extends string> = intrinsic;
1647
1647
  */
1648
1648
  type Uncapitalize<S extends string> = intrinsic;
1649
1649
 
1650
- /**
1651
- * Blocks the contained type from participating in type inference.
1652
- */
1653
- type NoInfer<T> = intrinsic;
1654
-
1655
1650
  /**
1656
1651
  * Marker for contextual 'this' type
1657
1652
  */