interfaces/ts/index.ts

4 lines
62 B
TypeScript
Raw Normal View History

2021-03-08 17:30:04 +00:00
import * as requests from './requests';
2019-11-30 10:02:46 +00:00
2021-03-08 17:30:04 +00:00
export { requests };