Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 6 lines 159 B view raw
1// Re-export utility types and functions from @solid-primitives/utils 2export { 3 access, 4 asAccessor, 5 type MaybeAccessor, 6} from '@solid-primitives/utils';