Skip to content

Commit

Permalink
style(typings): correctly extend ObjectConstructor
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed Mar 14, 2016
1 parent ab299e5 commit d273331
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions custom_typings/_custom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
/// <reference path="vinyl-buffer.d.ts" />

interface ObjectConstructorAssign {
assign(): any;
assign(obj): any;
assign(obj, obj1): any;
assign(obj, obj1, obj2): any;
assign(obj, obj1, obj2, obj3): any;
assign(target: any, ...sources: any[]): any;
}
interface ObjectConstructor extends ObjectConstructorAssign {

Expand Down

0 comments on commit d273331

Please sign in to comment.