UNPKG

@openshift-console/dynamic-plugin-sdk

Version:

Based on the concept of [webpack module federation](https://webpack.js.org/concepts/module-federation/), dynamic plugins are loaded and interpreted from remote sources at runtime. The standard way to deliver and expose dynamic plugins to Console is throug

5 lines 151 B
// Type guards export const isTelemetryListener = (e) => { return e.type === 'console.telemetry/listener'; }; //# sourceMappingURL=telemetry.js.map