Files
AFFiNE-Mirror/packages/common/nbstore/src/index.ts

6 lines
332 B
TypeScript

export * from './connection';
export type * from './frontend'; // // Only export types. For implementation, please import from '@affine/nbstore/frontend'
export * from './storage';
export type * from './sync'; // Only export types. For implementation, please import from '@affine/nbstore/sync'
export * from './utils/universal-id';