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