diff --git a/underscore/underscore.d.ts b/underscore/underscore.d.ts index 010932c60..4434f633c 100644 --- a/underscore/underscore.d.ts +++ b/underscore/underscore.d.ts @@ -2737,7 +2737,7 @@ interface _Chain { * Wrapped type `any[]`. * @see _.last **/ - last(): _Chain; + last(): _ChainSingle; /** * Wrapped type `any[]`.