diff --git a/tslib.d.ts b/tslib.d.ts index 9e43edc..bc8dc9c 100644 --- a/tslib.d.ts +++ b/tslib.d.ts @@ -21,14 +21,14 @@ export declare function __metadata(metadataKey: any, metadataValue: any): Functi export declare function __awaiter(thisArg: any, _arguments: any, P: Function, generator: Function): any; export declare function __generator(thisArg: any, body: Function): any; export declare function __exportStar(m: any, o: any): void; -export declare function __values(o: any): any; +export declare function __values(o: Iterable | ArrayLike): Iterator; export declare function __read(o: any, n?: number): any[]; export declare function __spread(...args: any[][]): any[]; export declare function __spreadArrays(...args: any[][]): any[]; export declare function __await(v: any): any; export declare function __asyncGenerator(thisArg: any, _arguments: any, generator: Function): any; export declare function __asyncDelegator(o: any): any; -export declare function __asyncValues(o: any): any; +export declare function __asyncValues(o: AsyncIterable | Iterable | ArrayLike): AsyncIterator; export declare function __makeTemplateObject(cooked: string[], raw: string[]): TemplateStringsArray; export declare function __importStar(mod: T): T; export declare function __importDefault(mod: T): T | { default: T };