Initial Version
This commit is contained in:
6
core/src/utils/helpers/shared.ts
Normal file
6
core/src/utils/helpers/shared.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Shared utilities entry point for external modules
|
||||
* This file is built separately and exposed via import map
|
||||
*/
|
||||
|
||||
export { createFetchWrapper, type FetchWrapperOptions } from './fetch-wrapper-core';
|
||||
Reference in New Issue
Block a user