Your IP : 216.73.216.40


Current Path : /var/www/html/wetty/node_modules/xterm/lib/addons/search/
Upload File :
Current File : /var/www/html/wetty/node_modules/xterm/lib/addons/search/search.d.ts

import { Terminal } from 'xterm';
import { ISearchOptions } from './Interfaces';
export declare function findNext(terminal: Terminal, term: string, searchOptions?: ISearchOptions): boolean;
export declare function findPrevious(terminal: Terminal, term: string, searchOptions: ISearchOptions): boolean;
export declare function apply(terminalConstructor: typeof Terminal): void;