UNPKG

@the-node-forge/url-shortener

Version:

A URL shortener that generates and stores unique aliases for long URLs, with optional expiration and custom alias support.

4 lines (3 loc) 145 B
import { URLShortener } from './components/URLShortener'; import { RedisStore } from './stores/redisStore'; export { URLShortener, RedisStore };