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

4 lines 193 B
// Type guards export const isFeatureFlag = (e) => e.type === 'console.flag'; export const isModelFeatureFlag = (e) => e.type === 'console.flag/model'; //# sourceMappingURL=feature-flags.js.map