UNPKG

longurl-js

Version:

LongURL - Programmable URL management framework with entity-driven design and production-ready infrastructure

8 lines (7 loc) 222 B
/** * Core Storage Module * * Exports the abstract storage adapter and shared types. */ export { StorageAdapter } from './StorageAdapter.js'; export type { EntityData, AnalyticsData, AdapterConfig } from './types.js';