UNPKG

intl-watcher

Version:

Automated translation key extraction and dictionary management plugin for Next.js

8 lines (5 loc) 283 B
import { Project } from 'ts-morph'; import { IntlWatcherOptions } from './types.js'; import 'type-fest'; declare function extractTranslationKeysFromProject(project: Project, options: IntlWatcherOptions): readonly [string[], string[]]; export { extractTranslationKeysFromProject };