Skip to content

Commit

Permalink
Add yy to TS definition for supporting extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Apr 6, 2017
1 parent 90f0c4e commit 7b6a47c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions partners/typescript/alasql.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ declare namespace alaSQLSpace {
fn: userDefinedFunctionLookUp;
aggr: userAggregatorLookUp;
autoval(tablename: string, colname: string, getNext?:boolean): number;
yy:{};
}
}

Expand Down

0 comments on commit 7b6a47c

Please sign in to comment.