smartrequest/ts/index.ts

8 lines
337 B
TypeScript
Raw Normal View History

2022-07-28 23:19:50 +00:00
export { request } from './smartrequest.request.js';
export type { IExtendedIncomingMessage } from './smartrequest.request.js';
export type { ISmartRequestOptions } from './smartrequest.interfaces.js';
2017-01-28 23:51:47 +00:00
2022-07-28 23:19:50 +00:00
export * from './smartrequest.jsonrest.js';
export * from './smartrequest.binaryrest.js';
export * from './smartrequest.formdata.js';