Files
HRM-System/node_modules/i18next-http-backend/index.d.mts
2026-04-13 08:19:53 +08:00

10 lines
334 B
TypeScript

import * as index from './index.js';
export default index.default;
export type HttpBackendOptions = index.HttpBackendOptions;
export type RequestCallback = index.RequestCallback;
export type LoadPathOption = index.LoadPathOption;
export type AddPathOption = index.AddPathOption;
export type RequestResponse = index.RequestResponse;