0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-03 21:48:55 -05:00
logto/packages/shared/src/index.ts
Gao Sun aa203308f0
refactor: reorg packages
update `@logto/shared` to a non-business package
and put business components into `@logto/*kit`.
2023-04-04 16:28:48 +08:00

3 lines
100 B
TypeScript

export * from './universal.js';
export * from './node/index.js';
export * from './database/sql.js';