7 lines
207 B
TypeScript
7 lines
207 B
TypeScript
/**
|
|
* 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';
|