@thangnv-dev/data-nest
v0.0.9
Published
Reusable library package in this monorepo.
Readme
@thangnv-dev/data-nest
Reusable library package in this monorepo.
Install
npm install @thangnv-dev/data-nestUsage
import * as api from '@thangnv-dev/data-nest'Public API
This package exports the following API surface from src/index.ts:
export { ConnectionBuilder } from './connection-builder.js'
export type {
ConnectionArgs,
ConnectionNode,
ConnectionPageInfo,
ConnectionLazyValue,
ConnectionResult,
CursorConnectionPageInfo,
OffsetConnectionPageInfo,
CursorConnectionArgs,
OffsetConnectionArgs,
} from './connection-types.js'
Development
yarn workspace @thangnv-dev/data-nest build
yarn workspace @thangnv-dev/data-nest test