UNPKG

@uns-kit/core

Version:

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

7 lines 478 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"; export { resolveInfisicalConfig } from "./uns-config/secret-resolver.js"; //# sourceMappingURL=index.d.ts.map