smartrequest/dist/index.d.ts

5 lines
225 B
TypeScript
Raw Normal View History

export { request, extendedIncomingMessage } from './smartrequest.request';
export { ISmartRequestOptions } from './smartrequest.interfaces';
export * from './smartrequest.jsonrest';
export * from './smartrequest.binaryrest';