UNPKG

mod-arch-shared

Version:

Shared library for modular architecture micro-frontend projects

14 lines 449 B
// Export all utility functions export * from './appUtils'; export * from './const'; export * from './markdown'; export * from './time'; export * from './string'; export * from './useDebounceCallback'; export * from './useDeepCompareMemoize'; export * from './useEventListener'; export * from './useFetchState'; export * from './useGenericObjectState'; export * from './useMakeFetchObject'; export * from './utils'; //# sourceMappingURL=index.js.map