9 lines
334 B
TypeScript
9 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;
|