UNPKG

@uns-kit/core

Version:

Core utilities and runtime building blocks for UNS-based realtime transformers.

6 lines 404 B
export { default as UnsProxyProcess } from "./uns/uns-proxy-process.js"; export type { UnsProxyProcessPlugin, UnsProxyProcessPluginApi, UnsProxyProcessPluginMethod, UnsProxyProcessPluginMethods, } from "./uns/uns-proxy-process.js"; export * from "./uns/uns-interfaces.js"; export { ConfigFile } from "./config-file.js"; export { default as logger } from "./logger.js"; //# sourceMappingURL=index.d.ts.map