fix(core): update

This commit is contained in:
2023-11-03 00:47:42 +01:00
parent fdd1c7cdb3
commit 81694cf58c
3 changed files with 19 additions and 1 deletions

View File

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