/** * UPSD/NIS protocol module * Re-exports public types and classes */ export type { IUpsdConfig } from './types.ts'; export { NupstUpsd } from './client.ts';