Skip to content

Commit 7668045

Browse files
committed
Fix typo in js-data-adapter.d.ts
1 parent 1b28887 commit 7668045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/js-data-adapter.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ export class Adapter {
6262
updateAll(mapper: Mapper, props: IDict, query: IDict, opts: IDict): any
6363
updateMany(mapper: Mapper, props: IDict[], opts: IDict): any
6464
}
65-
export function noop(...any): Promise<any>
66-
export function noop2(...any): Promise<any>
65+
export function noop(...args: any[]): Promise<any>
66+
export function noop2(...args: any[]): Promise<any>
6767
export function unique(array: any[]): any[]

0 commit comments

Comments
 (0)