| 1773 | }; |
| 1774 | |
| 1775 | interface StatWatcher extends EventEmitter { |
| 1776 | stop: () => void; |
| 1777 | start: ( |
| 1778 | filename: string, |
| 1779 | options: StatWatcherOptions, |
| 1780 | listener: StatListener, |
| 1781 | ) => void; |
| 1782 | } |
| 1783 | |
| 1784 | export const watchFile = wrapFsFunc("watchFile", ( |
| 1785 | filename: string, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…