Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / lib / ignoreFileHandler.d.ts
1 import { Disposable } from 'vscode-languageserver-protocol';
2 /**
3  * Create an ignore file handler. Will lazily read ignore files on a per-resource
4  * basis, and cache the contents until it changes.
5  */
6 declare function ignoreFileHandler(disposables: Disposable[]): any;
7 export default ignoreFileHandler;