normalize-locale-path.d.ts 144 B

12
  1. import type { normalizeLocalePath as Fn } from '../shared/lib/i18n/normalize-locale-path';
  2. export declare const normalizeLocalePath: typeof Fn;