]> git.proxmox.com Git - mirror_xterm.js.git/blob - src/Types.ts
038a1f7a2cf444c72a9d7f2cf99c6ba3804788a0
[mirror_xterm.js.git] / src / Types.ts
1 /**
2 * @license MIT
3 */
4
5 export type LinkMatcherHandler = (uri: string) => void;
6 export type LinkMatcherValidationCallback = (uri: string, callback: (isValid: boolean) => void) => void;