hailu
2023-05-25 3644568ac3b6db7e387d5ab72da717e51626f869
1
2
3
4
5
6
7
8
9
import Ajax from './lib/core/Ajax'
 
const ajax = Ajax()
 
ajax.create = function create(instanceConfig) {
  return Ajax(instanceConfig)
}
 
export default ajax