UNPKG

@iprokit/service

Version:

Powering distributed systems with simplicity and speed.

8 lines (7 loc) 224 B
/** * @iProKit/Service * Copyright (c) 2019-2025 Rutvik Katuri / iProTechs * SPDX-License-Identifier: Apache-2.0 */ export { default as Pod, Attributes } from './pod'; export { default as Server, IPod } from './server';