@typescript-deploys/pr-build 5.6.0-pr-58729-60 → 5.6.0-pr-58866-4

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
@@ -1672,11 +1672,6 @@ type Uncapitalize<S extends string> = intrinsic;
1672
1672
  */
1673
1673
  type NoInfer<T> = intrinsic;
1674
1674
 
1675
- /**
1676
- * Marker for deferred callbacks
1677
- */
1678
- type Deferred<T extends (...args: any) => any> = intrinsic;
1679
-
1680
1675
  /**
1681
1676
  * Marker for contextual 'this' type
1682
1677
  */