fix(core): export formData

This commit is contained in:
2018-07-19 22:36:45 +02:00
parent 7d78890e14
commit 8e6834da02
2 changed files with 5 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ export { ISmartRequestOptions } from './smartrequest.interfaces';
export * from './smartrequest.jsonrest';
export * from './smartrequest.binaryrest';
export * from './smartrequest.formdata';