mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update breaking change from parsing class declaration in strict mode (as specified in ES6)
This commit is contained in:
Vendored
+2
-2
@@ -832,8 +832,8 @@ declare module "azure" {
|
||||
whereKeys(partitionKey: string, rowKey: string): TableQuery;
|
||||
whereNextKeys(partitionKey: string, rowKey: string): TableQuery;
|
||||
where(condition: string, ...values: string[]): TableQuery;
|
||||
and(condition: string, ...arguments: string[]): TableQuery;
|
||||
or(condition: string, ...arguments: string[]): TableQuery;
|
||||
and(condition: string, ...args: string[]): TableQuery;
|
||||
or(condition: string, ...args: string[]): TableQuery;
|
||||
top(integer: number): TableQuery;
|
||||
toQueryObject(): any;
|
||||
toPath(): string;
|
||||
|
||||
Reference in New Issue
Block a user