mirror of
https://github.com/primedigitaltech/azon_seeker.git
synced 2026-02-01 04:19:32 +08:00
4 lines
148 B
TypeScript
4 lines
148 B
TypeScript
export * from './types';
|
|
export { isInternalEndpoint } from './internal/is-internal-endpoint';
|
|
export { parseEndpoint } from './internal/endpoint';
|