@dataql/core
v1.0.1
Published
Shared utilities, types, and base classes for DataQL SDKs.
Readme
@dataql/shared
This package contains shared utilities, types, and base classes for all DataQL SDKs (Node, React, React Native, Next.js, Astro, etc.).
Usage
Import shared code from this package in your SDKs:
import { SomeUtility, SomeType } from "@dataql/shared";Contribution
- Do not import code from other SDKs here.
- Only generic, cross-SDK logic should live here.
- Update this README as you add new shared modules.
