UNPKG

@jsverse/transloco-keys-manager

Version:

Extract translatable keys from projects that uses Transloco

5 lines 239 B
import { normalizedGlob } from '../utils/normalize-glob-path.js'; export function getTranslationFilesPath(path, fileFormat) { return normalizedGlob(`${path}/**/*.${fileFormat}`); } //# sourceMappingURL=get-translation-files-path.js.map