Skip to content

Commit caccb5a

Browse files
committed
Update baseline
1 parent b9e390c commit caccb5a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/baselines/reference/api/typescript.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6303,6 +6303,10 @@ declare namespace ts {
63036303
* is `never`. Instead, use `type.flags & TypeFlags.Never`.
63046304
*/
63056305
getNeverType(): Type;
6306+
/**
6307+
* Gets the intrinsic `object` type.
6308+
*/
6309+
getNonPrimitiveType(): Type;
63066310
/**
63076311
* Returns true if the "source" type is assignable to the "target" type.
63086312
*

0 commit comments

Comments
 (0)