UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

7 lines (6 loc) 225 B
import fs from 'fs'; /** * Wrapper around `fs.watch` that provides a workaround * for https://github.com/nodejs/node/issues/5039. */ export default function watchFile(filepath: string, callback: () => void): fs.FSWatcher;