Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / util / ArgumentOutOfRangeError.d.ts
1 export interface ArgumentOutOfRangeError extends Error {
2 }
3 export interface ArgumentOutOfRangeErrorCtor {
4     new (): ArgumentOutOfRangeError;
5 }
6 /**
7  * An error thrown when an element was queried at a certain index of an
8  * Observable, but no such index or position exists in that sequence.
9  *
10  * @see {@link elementAt}
11  * @see {@link take}
12  * @see {@link takeLast}
13  *
14  * @class ArgumentOutOfRangeError
15  */
16 export declare const ArgumentOutOfRangeError: ArgumentOutOfRangeErrorCtor;