PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/stop-iteration-iterator

Просмотр файла: index.d.ts

declare global {
    const StopIteration: (object & { readonly __brand__?: unique symbol }) | undefined;
}

declare function getStopIterationIterator<T>(origIterator: { next(): IteratorResult<T> }): Iterator<T, unknown, T>;

export = getStopIterationIterator;

Выполнить команду


Для локальной разработки. Не используйте в интернете!